public final class CustomAttachmentStorage extends Object
Represents custom attachment storage.
Constructor and Description |
---|
CustomAttachmentStorage()
Initializes a new instance of the
CustomAttachmentStorage class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,byte[]> |
getDataSet()
Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
|
public CustomAttachmentStorage()
Initializes a new instance of the CustomAttachmentStorage
class.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,byte[]> getDataSet()
Gets the data set representing custom attachment storage, names of the data streams are keys for this dictionary.
Value: The data set.