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

SetSystemACLs() private method

private SetSystemACLs ( long entityIds, long aclId ) : void
entityIds long
aclId long
return void
        public void SetSystemACLs(long[] entityIds, long aclId) {
            this.Invoke("SetSystemACLs", new object[] {
                        entityIds,
                        aclId});
        }