H
Expand Minimize
This topic has not yet been rated - Rate this topic

htmRenderLoginSection - Solution Sites Routine

Commerce Server 2002

This function renders the login section of the menu.asp page.

Definition

Function htmRenderLoginSection(
  byVal sAuthUser,
  byVal bFormLoginSupported,
  byVal mscsUser,
  byVal sLoginName
)

Parameters

sAuthUser
A string containing the login name of the authorized user, passed through to the function RenderText.
bFormLoginSupported
A Boolean value indicating whether login is supported.
mscsUser
A reference to a User object.
sLoginName
A string containing the login name of the user, passed through to the function RenderText.

Return Value

A string containing the HTML representation of the login section of the menu.asp page.

Defined in File

template\menu.asp

Routines Called

CacheFragment

GenerateURL

LookupCachedFragment

RenderLink

RenderText

Called By

htmRenderMenu

Copyright © 2005 Microsoft Corporation.
All rights reserved.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.