DynamicStructureService Class |
Namespace: Dynamicweb.Indexing.DynamicStructuring
The DynamicStructureService type exposes the following members.
| Name | Description | |
|---|---|---|
| DynamicStructureService | Initializes a new instance of the DynamicStructureService class |
| Name | Description | |
|---|---|---|
| ClearCache |
Clear dynamic structures cache.
| |
| Delete(IEnumerableGuid) |
Delete the dynamic structure.
| |
| Delete(IEnumerableString) |
Delete the dynamic structure.
| |
| Delete(Guid) |
Delete the dynamic structure.
| |
| Delete(String) |
Delete the dynamic structure.
| |
| DeleteStructureLevel |
Delete the dynamic structure.
| |
| DeleteStructureLevels |
Delete the dynamic structure.
| |
| GetAll |
Gets all dynamic structures.
| |
| GetById(Guid) |
Gets the dynamic structure by id.
| |
| GetById(String) |
Gets the dynamic structure by id.
| |
| GetDynamicStructureChildLevels |
Gets child levels for current level scope
| |
| GetDynamicStructureScopeParameters(DynamicStructureLevelScope) |
Gets dictionary of query parameters for specific scope.
| |
| GetDynamicStructureScopeParameters(ListDynamicStructureLevel, ListString) |
Gets dictionary of query parameters based on structure level and scope values.
| |
| GetNoMatchLevel |
Gets no match level for current level scope
| |
| Save |
Saves the dynamic structure.
|