Method | Description | |
---|---|---|
DownloadExtractAsync ( int productId, int formatTypeId ) : Task |
||
DownloadExtractAsync ( int productId, string extension ) : Task |
||
DownloadExtractToStreamAsync ( int productId, int formatTypeId, Stream writer, IProgress |
||
DownloadExtractToStreamAsync ( int productId, string extension, Stream writer, IProgress |
||
DownloadFileAsync ( int productId, int formatTypeId ) : Task |
||
DownloadFileAsync ( int productId, string extension ) : Task |
||
DownloadFileToStreamAsync ( int productId, int formatTypeId, Stream writer, IProgress |
||
DownloadFileToStreamAsync ( int productId, string extension, Stream writer, IProgress |
||
GetAsync ( IEnumerable |
||
GetAsync ( int id ) : Task |
||
GetAsyncV2 ( IEnumerable |
||
GetAsyncV2 ( int id ) : Task |
||
GetProductUrlsAsync ( IEnumerable |
||
GetRightAsync ( IEnumerable |
||
GetRightAsync ( int productId ) : Task |
||
ProductRequest ( Func |
||
PublishDocumentAsync ( |
||
PublishDocumentAsync ( |
||
UpdateDocumentAsync ( int productId, |
||
UpdateDocumentAsync ( int productId, |
||
UpdateDocumentAsync ( int productId, |
||
UpdateDocumentThumbnailAsync ( int productId, |
||
UpdateDocumentThumbnailAsync ( int productId, |
||
UpdateDocumentThumbnailAsync ( int productId, int page ) : Task |
Method | Description | |
---|---|---|
DownloadFileToStreamAsync ( string url, Stream writer, IProgress |
Method | Description | |
---|---|---|
GetAsync ( string url, IEnumerable |
||
GetAsync ( string url, int id ) : Task |
||
finalizeUdateAsync ( int productId ) : Task |
||
publishDocumentAsync ( |
||
updateDocumentAsync ( int productId, |
||
uploadFilesAsync ( int productId, IEnumerable |
||
uploadFilesAsync ( int productId, IEnumerable |
public DownloadExtractAsync ( int productId, int formatTypeId ) : Task |
||
productId | int | |
formatTypeId | int | |
return | Task |
public DownloadExtractAsync ( int productId, string extension ) : Task |
||
productId | int | |
extension | string | |
return | Task |
public DownloadExtractToStreamAsync ( int productId, int formatTypeId, Stream writer, IProgress |
||
productId | int | |
formatTypeId | int | |
writer | Stream | |
progressReport | IProgress |
|
return | System.Threading.Tasks.Task |
public DownloadExtractToStreamAsync ( int productId, string extension, Stream writer, IProgress |
||
productId | int | |
extension | string | |
writer | Stream | |
progressReport | IProgress |
|
return | System.Threading.Tasks.Task |
public DownloadFileAsync ( int productId, int formatTypeId ) : Task |
||
productId | int | |
formatTypeId | int | |
return | Task |
public DownloadFileAsync ( int productId, string extension ) : Task |
||
productId | int | |
extension | string | |
return | Task |
public DownloadFileToStreamAsync ( int productId, int formatTypeId, Stream writer, IProgress |
||
productId | int | |
formatTypeId | int | |
writer | Stream | |
progressReport | IProgress |
|
return | System.Threading.Tasks.Task |
public DownloadFileToStreamAsync ( int productId, string extension, Stream writer, IProgress |
||
productId | int | |
extension | string | |
writer | Stream | |
progressReport | IProgress |
|
return | System.Threading.Tasks.Task |
protected DownloadFileToStreamAsync ( string url, Stream writer, IProgress |
||
url | string | |
writer | Stream | |
progressReport | IProgress |
|
return | System.Threading.Tasks.Task |
public GetAsyncV2 ( IEnumerable |
||
ids | IEnumerable |
|
return | Task |
public GetProductUrlsAsync ( IEnumerable |
||
ids | IEnumerable |
|
return | Task |
public GetRightAsync ( IEnumerable |
||
productId | IEnumerable |
|
return | Task |
public GetRightAsync ( int productId ) : Task |
||
productId | int | |
return | Task |
public ProductRequest ( Func |
||
clientFactory | Func |
|
authorizeTokenProvider | ITokenProvider | |
return | System |
public PublishDocumentAsync ( |
||
productInformation | ||
files | IEnumerable |
|
return | Task |
public PublishDocumentAsync ( |
||
productInformation | ||
filesUri | IEnumerable |
|
return | Task |
public UpdateDocumentAsync ( int productId, |
||
productId | int | |
productInformation | ||
return | Task |
public UpdateDocumentAsync ( int productId, |
||
productId | int | |
productInformation | ||
files | IEnumerable |
|
return | Task |
public UpdateDocumentAsync ( int productId, |
||
productId | int | |
productInformation | ||
filesUri | IEnumerable |
|
return | Task |
public UpdateDocumentThumbnailAsync ( int productId, |
||
productId | int | |
image | ||
return | Task |
public UpdateDocumentThumbnailAsync ( int productId, |
||
productId | int | |
imageUri | ||
return | Task |
public UpdateDocumentThumbnailAsync ( int productId, int page ) : Task |
||
productId | int | |
page | int | |
return | Task |