IEMLibraryWrapperGetDocumentName Method

Alterian Email Manager 6.2.3 SDK Help File
Gets document name for specified id

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

Syntax
string GetDocumentName(
	string connectionString,
	int documentId
)

Parameters

connectionString
Type: SystemString
connection string
documentId
Type: SystemInt32
document Id

Return Value

Type: String
document name
See Also