DMConditionalTemplateCollectionAdd Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a DMConditionalTemplate object to the DMConditionalTemplateCollection.

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

Syntax
public int Add(
	DMConditionalTemplate value
)

Parameters

value
Type: DMLibraryDMConditionalTemplate
The DMConditionalTemplate object to add to the DMConditionalTemplateCollection.

Return Value

Type: Int32
The position into which the new element was inserted.
See Also