ExtensionsToConditionalCreativeCollection Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public static EMConditionalCreativeCollection ToConditionalCreativeCollection(
	this List<EMConditionalCreative> source
)

Parameters

source
Type: System.Collections.GenericListEMConditionalCreative

Return Value

Type: EMConditionalCreativeCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListEMConditionalCreative. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also