ProfileSubtypeManager members
Creates, deletes, retrieves, and manages profile subtypes for a profile type.
The ProfileSubtypeManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CountForProfileType | Gets a count of profile subtypes for the specified ProfileType object. | |
CreateSubtype | Creates and returns a subtype, with the specified name and display name, for the specified profile type. | |
DeleteSubtype | Deletes the specified profile subtype. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get() | Retrieves the ProfileSubtypeManager object for the current SPServiceContext. | |
Get(SPServiceContext) | Retrieves the ProfileSubtypeManager object for the specified SPServiceContext. | |
GetDefaultProfileName | Retrieves the name of the default subtype for the specified profile type. | |
GetHashCode | (Inherited from Object.) | |
GetProfileSubtype(Int32) | Retrieves the profile subtype that matches the specified subtype identifier. | |
GetProfileSubtype(String) | Retrieves the profile subtype with the specified name. | |
GetSubtypesForProfileType | Gets a collection of ProfileSubtype objects associated with the specified profile type. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top