MembershipUsersGetMembershipUserProfileDefinitions 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> GetMembershipUserProfileDefinitions()
Public Function GetMembershipUserProfileDefinitions As EntityCollection(Of UserProfileItemDefinition)
public:
EntityCollection<UserProfileItemDefinition^>^ GetMembershipUserProfileDefinitions()
member GetMembershipUserProfileDefinitions : unit -> EntityCollection<UserProfileItemDefinition>
Return Value
Type:
EntityCollectionUserProfileItemDefinition
See Also