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

SetSystemACLsAsync() public method

public SetSystemACLsAsync ( long entityIds, long aclId ) : void
entityIds long
aclId long
return void
        public void SetSystemACLsAsync(long[] entityIds, long aclId) {
            this.SetSystemACLsAsync(entityIds, aclId, null);
        }
        

Same methods

SecurityService::SetSystemACLsAsync ( long entityIds, long aclId, object userState ) : void