Class ModuleList.ItemsParams
Represents a set of item identifiers used to request specific items.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleList.ItemsParams
Properties
ItemIdMasters
Gets or sets the list of item identifiers to retrieve.
Declaration
public List<string> ItemIdMasters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |