EMDocumentsGetUniqueNameForNewDocument Method

Alterian Email Manager 6.2.3 SDK Help File
Generic method to Retrieve a unique name for the EM Document

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

Syntax
public static string GetUniqueNameForNewDocument(
	DMToken token,
	string documentNamePrefix,
	EMDocumentType documentType
)

Parameters

token
Type: DMToken
documentNamePrefix
Type: SystemString
Prefix for the document name
documentType
Type: DMLibraryEMDocumentType

Return Value

Type: String
unique name for the new document created
See Also