IMediaManager2011GetItemEditLink Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
MediaManagerCaller.MediaManagerAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxstring GetItemEditLink(
ItemTypes itemType,
long itemId,
string refUrl
)
Function GetItemEditLink (
itemType As ItemTypes,
itemId As Long,
refUrl As String
) As String
String^ GetItemEditLink(
ItemTypes itemType,
long long itemId,
String^ refUrl
)
abstract GetItemEditLink :
itemType : ItemTypes *
itemId : int64 *
refUrl : string -> string
function GetItemEditLink(itemType, itemId, refUrl);
Parameters
- itemType
- Type: MediaManagerCaller.MediaManagerItemTypes
- itemId
- Type: SystemInt64
- refUrl
- Type: SystemString
Return Value
Type:
String
See Also