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

GetEntACLsByEntityIdsAsync() public method

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

Same methods

SecurityService::GetEntACLsByEntityIdsAsync ( long entityIds, object userState ) : void