Show / Hide Table of Contents

Class ExternalAsset

This class represents an asset stored in an external storage.

Inheritance
System.Object
ExternalAsset
Implements
IAsset
Namespace: Adobe.PDFServicesSDK.io
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
[Serializable]
[DataContract]
public class ExternalAsset : IAsset

Constructors

ExternalAsset(String)

Constructs an instance of ExternalAsset.

Declaration
public ExternalAsset(string uri)
Parameters
Type Name Description
System.String uri

URI of the external asset.

ExternalAsset(String, ExternalStorageType)

Constructs an instance of ExternalAsset.

Declaration
public ExternalAsset(string uri, ExternalStorageType externalStorageType)
Parameters
Type Name Description
System.String uri

URI of the external asset.

ExternalStorageType externalStorageType

External storage type.

Implements

IAsset
In This Article
  • Constructors
    • ExternalAsset(String)
    • ExternalAsset(String, ExternalStorageType)
  • Implements
Back to top Copyright © 2020 Adobe. All rights reserved.