EMDeploymentRepositoryGetRecentDeploymentSettings Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMDeploymentSettings GetRecentDeploymentSettings(
DMToken token,
int campaignID
)
Public Function GetRecentDeploymentSettings (
token As DMToken,
campaignID As Integer
) As EMDeploymentSettings
public:
EMDeploymentSettings^ GetRecentDeploymentSettings(
DMToken^ token,
int campaignID
)
member GetRecentDeploymentSettings :
token : DMToken *
campaignID : int -> EMDeploymentSettings
function GetRecentDeploymentSettings(token, campaignID);
Parameters
- token
- Type: DMToken
- campaignID
- Type: SystemInt32
Return Value
Type:
EMDeploymentSettings
See Also