EMDocumentsGetFolderPath Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the flattened folder path for a Folder ID (DM Creative Category)

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

Syntax
public static string GetFolderPath(
	DMToken token,
	int folderID,
	SqlConnection passedInConnection = null,
	SqlTransaction passedInTransaction = null
)

Parameters

token
Type: DMToken
Authentication token
folderID
Type: SystemInt32
Folder ID
passedInConnection (Optional)
Type: System.Data.SqlClientSqlConnection
Optional Sql connection
passedInTransaction (Optional)
Type: System.Data.SqlClientSqlTransaction
Optional Sql transaction

Return Value

Type: String
Entire folder path as a string
See Also