VCDCategoryMap.ItemIDs Property

Returns the System.Collections.Generic.Dictionary containing the VCD item IDs, ordered by their categories.
Syntax:
[C#]
public Dictionary<string,Guid[]> ItemIDs { get; };
Limitations:

Read only.

Information:

Introduced in version 3.1

See also: VCDCategoryMap, VCDCategoryMap.Categories

<< VCDCategoryMap