Returns all users.
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<User> GetAll(
bool showLockedOutUsers
)
Public Function GetAll (
showLockedOutUsers As Boolean
) As EntityCollection(Of User)
public:
EntityCollection<User^>^ GetAll(
bool showLockedOutUsers
)
member GetAll :
showLockedOutUsers : bool -> EntityCollection<User>
Parameters
- showLockedOutUsers
- Type: SystemBoolean
If true, then locked out users are returned.
Return Value
Type:
EntityCollectionUser
See Also