PFApplicationVisibility_GetAdminUsers Method |
Gets the ids of users having an administrator access to this application,
through a specific context if specified.
This method uses an optimized cache.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public List<long> Visibility_GetAdminUsers(
long appContextId = 0
)
Parameters
- appContextId (Optional)
- Type: SystemInt64
An optional application context id.
Return Value
Type:
ListInt64[!:List<System.Int64>]See Also