EMLibraryWrapperGetEventDetails Method

Alterian Email Manager 6.2.3 SDK Help File
Gets all campaigns where this event is used and all the urls associated with this event.

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

Syntax
public EMEvent GetEventDetails(
	DMToken token,
	int sharedEventId
)

Parameters

token
Type: DMToken
sharedEventId
Type: SystemInt32

Return Value

Type: EMEvent
EMEvent containing only two properties: UsedBy (a list of EMDocuments) and URLS (associated urls)EMDocument

Implements

IEMLibraryWrapperGetEventDetails(DMToken, Int32)
See Also