VaultFileSize.Security.SecurityService.UpdateACL C# (CSharp) Méthode

UpdateACL() private méthode

private UpdateACL ( long entityId, ACE entries, PrpgType prpgType ) : ACL
entityId long
entries ACE
prpgType PrpgType
Résultat ACL
        public ACL UpdateACL(long entityId, ACE[] entries, PrpgType prpgType) {
            object[] results = this.Invoke("UpdateACL", new object[] {
                        entityId,
                        entries,
                        prpgType});
            return ((ACL)(results[0]));
        }