Permissions.IdentityListHasId Method
Checks if Identity list contains particular Identity.Syntax (Overloads)
Permissions.IdentityListHasId(identityList,id1)Permissions.IdentityListHasId(identityList,id1,id2)
Parameters
Name | Type | Description |
---|---|---|
identityList | String | Required. Identity list. |
id1 | String | Required. Identity ID. |
id2 | String | Required. Another Identity ID. |
Return Value
A Boolean.Returns true if identityList cotains id1 or id2, otherwise returns false.
See Also
Permissions ClassAras.Server.Core Namespace
Aras Innovator Server Framework
Comments
Post a Comment