SPClaimHierarchyProvider Members
Include Protected Members
Include Inherited Members
Represents an abstract class for claim hierarchy providers that provide hierarchical structure across multiple claim providers.
The SPClaimHierarchyProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClaimHierarchyProvider | Initializes a new instance of the SPClaimHierarchyProvider class. |
Top
Properties
Name | Description | |
---|---|---|
Name | When implemented in a derived class, gets a string that represents the name for this hierarchy provider. Used to identify the hierarchy provider. | |
Schema | Gets the schema of the claims provider. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillDefaultLocalizedDisplayName | ||
FillHierarchy | When implemented in a derived class, aggregates multiple [Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] controls from different claims providers into one claims hierarchy provider tree. | |
FillMetadata | When implemented in a derived class, fills the nodes with metadata if this claims provider also provides metadata. | |
FillSchema | When implemented in a derived class, fills the schema for the SPClaimHierarchyProvider object. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetHierarchy | Returns the overall hierarchy up to the number of levels specified in the numberOfLevels parameter. | |
GetLocalizedDisplayName | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top