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