PageInfo.GetEffectiveAnchorCategoryId 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 Function GetEffectiveAnchorCategoryId ( _
userSetAnchorID As Guid _
) As Guid
'Usage
Dim instance As PageInfo
Dim userSetAnchorID As Guid
Dim returnValue As Guid
returnValue = instance.GetEffectiveAnchorCategoryId(userSetAnchorID)
public Guid GetEffectiveAnchorCategoryId(
Guid userSetAnchorID
)
Parameters
- userSetAnchorID
Type: System.Guid
Return Value
Type: System.Guid