IEMDeploymentRepositoryGetDeploymentAttachments Method

Alterian Email Manager 6.2.3 SDK Help File
Get Metadata About All Attachments For a Deployment

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
IList<EMAttachment> GetDeploymentAttachments(
	DMToken token,
	int deploymentID
)

Parameters

token
Type: DMToken
User Token
deploymentID
Type: SystemInt32
Deployment ID

Return Value

Type: IListEMAttachment
Attachments Collection
See Also