EMFoldersDTOHierarchyCategoryIds Property
|
Alterian Email Manager 6.2.3 SDK Help File
Comma delimited list of category section's hierarchy. Ascending list from root category to parent category ID
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string HierarchyCategoryIds { get; set; }
Public Property HierarchyCategoryIds As String
Get
Set
public:
property String^ HierarchyCategoryIds {
String^ get ();
void set (String^ value);
}
member HierarchyCategoryIds : string with get, set
function get_HierarchyCategoryIds();
function set_HierarchyCategoryIds(value);
Property Value
Type:
String
See Also