VaultFolderCreate.DocumentSvc.DocumentService.GetFileAssociationRestrictionsById C# (CSharp) Méthode

GetFileAssociationRestrictionsById() private méthode

private GetFileAssociationRestrictionsById ( long fileId, long dependFileIds, long attachFileIds ) : VaultFolderCreate.DocumentSvc.FileAssocRestric[]
fileId long
dependFileIds long
attachFileIds long
Résultat VaultFolderCreate.DocumentSvc.FileAssocRestric[]
        public FileAssocRestric[] GetFileAssociationRestrictionsById(long fileId, long[] dependFileIds, long[] attachFileIds) {
            object[] results = this.Invoke("GetFileAssociationRestrictionsById", new object[] {
                        fileId,
                        dependFileIds,
                        attachFileIds});
            return ((FileAssocRestric[])(results[0]));
        }
        
DocumentService