EMFileInfoParseContentForImages Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static List<string> ParseContentForImages(
string Content,
string ContentPath
)
Public Shared Function ParseContentForImages (
Content As String,
ContentPath As String
) As List(Of String)
public:
static List<String^>^ ParseContentForImages(
String^ Content,
String^ ContentPath
)
static member ParseContentForImages :
Content : string *
ContentPath : string -> List<string>
DMLibrary.EMFileInfo.ParseContentForImages = function(Content, ContentPath);
Parameters
- Content
- Type: SystemString
- ContentPath
- Type: SystemString
Return Value
Type:
ListString
See Also