MediaManager2011ClientGetItemEditLink Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
MediaManagerCaller.MediaManagerAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string GetItemEditLink(
ItemTypes itemType,
long itemId,
string refUrl
)
Public Function GetItemEditLink (
itemType As ItemTypes,
itemId As Long,
refUrl As String
) As String
public:
virtual String^ GetItemEditLink(
ItemTypes itemType,
long long itemId,
String^ refUrl
) sealed
abstract GetItemEditLink :
itemType : ItemTypes *
itemId : int64 *
refUrl : string -> string
override 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:
StringImplements
IMediaManager2011GetItemEditLink(ItemTypes, Int64, String)
See Also