SiteInfo.GetSiteInfoCacheKey Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function GetSiteInfoCacheKey ( _
ctx As PortalContext _
) As String
'Usage
Dim ctx As PortalContext
Dim returnValue As String
returnValue = SiteInfo.GetSiteInfoCacheKey(ctx)
public static string GetSiteInfoCacheKey(
PortalContext ctx
)
Parameters
Return Value
Type: System.String