EMDocumentsGetUniqueNameForNewDocument Method
|
Alterian Email Manager 6.2.3 SDK Help File
Generic method to Retrieve a unique name for the EM Document
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static string GetUniqueNameForNewDocument(
DMToken token,
string documentNamePrefix,
EMDocumentType documentType
)
Public Shared Function GetUniqueNameForNewDocument (
token As DMToken,
documentNamePrefix As String,
documentType As EMDocumentType
) As String
public:
static String^ GetUniqueNameForNewDocument(
DMToken^ token,
String^ documentNamePrefix,
EMDocumentType documentType
)
static member GetUniqueNameForNewDocument :
token : DMToken *
documentNamePrefix : string *
documentType : EMDocumentType -> string
DMLibrary.EMDocuments.GetUniqueNameForNewDocument = function(token, documentNamePrefix, documentType);
Parameters
- token
- Type: DMToken
- documentNamePrefix
- Type: SystemString
Prefix for the document name - documentType
- Type: DMLibraryEMDocumentType
Return Value
Type:
Stringunique name for the new document created
See Also