UsersGetProfileDefinitions Method |
Returns a collection of profile item definitions.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<UserProfileItemDefinition> GetProfileDefinitions()
Public Function GetProfileDefinitions As EntityCollection(Of UserProfileItemDefinition)
public:
EntityCollection<UserProfileItemDefinition^>^ GetProfileDefinitions()
member GetProfileDefinitions : unit -> EntityCollection<UserProfileItemDefinition>
Return Value
Type:
EntityCollectionUserProfileItemDefinition
See Also