SPClaimProvider.SupportsUserSpecificHierarchy Property

Determines whether there is user-specific hierarchy information.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsUserSpecificHierarchy As Boolean
    Get
'Usage
Dim instance As SPClaimProvider
Dim value As Boolean

value = instance.SupportsUserSpecificHierarchy
public virtual bool SupportsUserSpecificHierarchy { get; }

Property Value

Type: System.Boolean
true if the claims provider supports user specific SPProviderHierarchyTree hierarchy; otherwise false.

Remarks

The current behavior is only one level of hierarchy is asked at a time because otherwise it can be more expensive to load and it is not easily cached.

See Also

Reference

SPClaimProvider Class

SPClaimProvider Members

Microsoft.SharePoint.Administration.Claims Namespace