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

GetDesignVisualizationAttachmentsByFileMasterIdsAsync() public method

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

Same methods

DocumentService::GetDesignVisualizationAttachmentsByFileMasterIdsAsync ( long fileMasterIds, object userState ) : void
DocumentService