IUserProviderGetUserFields Method |
Returns all user fields in the remote system.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxEntityCollection<UserField> GetUserFields()
Function GetUserFields As EntityCollection(Of UserField)
EntityCollection<UserField^>^ GetUserFields()
abstract GetUserFields : unit -> EntityCollection<UserField>
Return Value
Type:
EntityCollectionUserField
See Also