EMDeploymentRepositoryGetDeploymentSettings Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get The Settings Saved For a Deployment or a Draft Deployment
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMDeploymentSettings GetDeploymentSettings(
DMToken token,
int deploymentID
)
Public Function GetDeploymentSettings (
token As DMToken,
deploymentID As Integer
) As EMDeploymentSettings
public:
virtual EMDeploymentSettings^ GetDeploymentSettings(
DMToken^ token,
int deploymentID
) sealed
abstract GetDeploymentSettings :
token : DMToken *
deploymentID : int -> EMDeploymentSettings
override GetDeploymentSettings :
token : DMToken *
deploymentID : int -> EMDeploymentSettings
function GetDeploymentSettings(token, deploymentID);
Parameters
- token
- Type: DMToken
User Token - deploymentID
- Type: SystemInt32
Deployment ID
Return Value
Type:
EMDeploymentSettingsDeployment Settings
Implements
IEMDeploymentRepositoryGetDeploymentSettings(DMToken, Int32)
See Also