htmRenderLoginSection - Solution Sites Routine

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.