Show / Hide Table of Contents

Class CloudAsset

This class represents an asset stored in Adobe internal storage.

Inheritance
System.Object
CloudAsset
Implements
IAsset
Namespace: Adobe.PDFServicesSDK.io
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class CloudAsset : IAsset

Constructors

CloudAsset(String)

Constructs an instance of CloudAsset.

Declaration
public CloudAsset(string assetId)
Parameters
Type Name Description
System.String assetId

Asset ID of the asset.

CloudAsset(String, String)

Constructs an instance of CloudAsset.

Declaration
public CloudAsset(string assetId, string downloadUri)
Parameters
Type Name Description
System.String assetId

Asset ID of the asset.

System.String downloadUri

Download URI of the asset.

Properties

AssetId

Returns the asset ID.

Declaration
public string AssetId { get; }
Property Value
Type Description
System.String

DownloadURI

Returns the download URI.

Declaration
public string DownloadURI { get; }
Property Value
Type Description
System.String

Implements

IAsset
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.