IAdgObject interface.RevokeAuthority Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Revokes a specific authority from a user for the ADG object.
void RevokeAuthority(string userName, AuthorityTypes authorityType)
Revokes a specific authority from a user for the ADG object.
Remarks
This method is used to revoke a specific authority from a user for the ADG object. The userName parameter specifies the user to revoke the authority from. The authorityType parameter specifies the type of authority to revoke, which can be read, write, execute, or other types of authority.
void RevokeAuthority(string userName, AuthorityTypes authorityType)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | userName | The user to revoke the authority from. |
| AuthorityTypes | authorityType | The type of authority to revoke. |