EMVariable Class |
The EMVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| EMVariable | Initializes a new instance of the EMVariable class |
| Name | Description | |
|---|---|---|
| Description |
Variable Description
| |
| SampleValue |
Variable Sample Value
| |
| UsedBy |
A collection of EMDocuments that uses this variable.
| |
| UseDefaultForSample |
Variable UseDefaultForSample. This flag is used if we want a variable to use the default value as sample value
|
| Name | Description | |
|---|---|---|
| AutoCreateCampaignVariables |
Creates list of variables that are not mapped in a batch . If anyone fails, it rollbacks whole transaction
| |
| CreateVariable |
Create a new Variable.
| |
| DeleteCampaignVariable |
Deletes an existing variable
| |
| Equals |
Override: Equals
(Overrides ObjectEquals(Object).) | |
| GetCampaignsForSharedVariable |
Gets all campaigns shared for an variable
| |
| GetCampaignVariables |
Method to return all the variables of a given campaign, sorted by variable id.
| |
| GetHashCode |
Override: Gets hashcode based on source
(Overrides ObjectGetHashCode.) | |
| GetSharedVariables |
Get Shared Variables in EM. Uses paging style.
| |
| ImportVariable |
Import a Variable from one Campaign to another.
| |
| UpdateVariable |
Updates an existing variable.
|
| Name | Description | |
|---|---|---|
| Created | Date and time that this variable was created. (Inherited from DMVariable.) | |
| DefaultField | (Inherited from DMVariable.) | |
| DefaultValue | (Inherited from DMVariable.) | |
| EditorType | Editor to be used for this variable. (Inherited from DMVariable.) | |
| ForceMap | (Inherited from DMVariable.) | |
| Hidden | Flag indicating whether this variable is hidden. (Inherited from DMVariable.) | |
| ID | ID of the variable. (Inherited from DMVariable.) | |
| LookupCombo | (Inherited from DMVariable.) | |
| LookupID | (Inherited from DMVariable.) | |
| LookupResult | (Inherited from DMVariable.) | |
| Modified | Date and time that this variable was modified. (Inherited from DMVariable.) | |
| Name | Name of the variable. (Inherited from DMVariable.) | |
| ParseName | (Inherited from DMVariable.) | |
| Readonly | Flag indicating whether this variable is read-only. (Inherited from DMVariable.) | |
| Required | Flag indicating that this variable is required. (Inherited from DMVariable.) | |
| RowOrder | (Inherited from DMVariable.) | |
| Shared | Flag indicating whether this variable is shared between creatives. (Inherited from DMVariable.) | |
| System | Flag indicating whether this is a system or user defined variable. (Inherited from DMVariable.) | |
| VariableType | Type of the variable. (Inherited from DMVariable.) |