VaultFileSize.Security.SecurityService.UpdateACL C# (CSharp) 메소드

UpdateACL() 개인적인 메소드

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