Table of Contents

Class DynamicStructure

Namespace
Dynamicweb.Indexing.DynamicStructuring
Assembly
Dynamicweb.Core.dll

The class DynamicStructure represents object contatining information about product view structure in PIM.

[PermissionEntity("DynamicStructure")]
public class DynamicStructure : IPermissionEntity, IPermissionEntityLookup
Inheritance
DynamicStructure
Implements
Inherited Members
Extension Methods

Properties

AutoId

Gets or sets the id

public int AutoId { get; set; }

Property Value

int

Id

Gets or sets the id

public Guid Id { get; set; }

Property Value

Guid

Levels

Gets or sets the 1st level> in the dynamic structure hierarchi.

public List<DynamicStructureLevel> Levels { get; set; }

Property Value

List<DynamicStructureLevel>

QueryId

Gets or sets the query id.

public string QueryId { get; set; }

Property Value

string

Title

Gets or sets structure title

public string Title { get; set; }

Property Value

string
To top