VaultFolderCreate.DocumentSvc.DocumentService.GetFileAssociationRestrictionsByIdAsync C# (CSharp) Method

GetFileAssociationRestrictionsByIdAsync() public method

public GetFileAssociationRestrictionsByIdAsync ( long fileId, long dependFileIds, long attachFileIds ) : void
fileId long
dependFileIds long
attachFileIds long
return void
        public void GetFileAssociationRestrictionsByIdAsync(long fileId, long[] dependFileIds, long[] attachFileIds) {
            this.GetFileAssociationRestrictionsByIdAsync(fileId, dependFileIds, attachFileIds, null);
        }
        

Same methods

DocumentService::GetFileAssociationRestrictionsByIdAsync ( long fileId, long dependFileIds, long attachFileIds, object userState ) : void
DocumentService