VaultFileSize.Security.SecurityService.UpdateACLAsync C# (CSharp) Method

UpdateACLAsync() public method

public UpdateACLAsync ( long entityId, ACE entries, PrpgType prpgType ) : void
entityId long
entries ACE
prpgType PrpgType
return void
        public void UpdateACLAsync(long entityId, ACE[] entries, PrpgType prpgType) {
            this.UpdateACLAsync(entityId, entries, prpgType, null);
        }
        

Same methods

SecurityService::UpdateACLAsync ( long entityId, ACE entries, PrpgType prpgType, object userState ) : void