Click or drag to resize
UsersGetAll Method
Returns all users.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<User> GetAll(
	bool showLockedOutUsers
)

Parameters

showLockedOutUsers
Type: SystemBoolean
If true, then locked out users are returned.

Return Value

Type: EntityCollectionUser
See Also