Click or drag to resize

DynamicStructureService Methods

The DynamicStructureService type exposes the following members.

Methods
  NameDescription
Public methodClearCache
Clear dynamic structures cache.
Public methodDelete(IEnumerableGuid)
Delete the dynamic structure.
Public methodDelete(IEnumerableString)
Delete the dynamic structure.
Public methodDelete(Guid)
Delete the dynamic structure.
Public methodDelete(String)
Delete the dynamic structure.
Public methodDeleteStructureLevel
Delete the dynamic structure.
Public methodDeleteStructureLevels
Delete the dynamic structure.
Public methodGetAll
Gets all dynamic structures.
Public methodGetById(Guid)
Gets the dynamic structure by id.
Public methodGetById(String)
Gets the dynamic structure by id.
Public methodStatic memberGetDynamicStructureChildLevels
Gets child levels for current level scope
Public methodGetDynamicStructureScopeParameters(DynamicStructureLevelScope)
Gets dictionary of query parameters for specific scope.
Public methodStatic memberGetDynamicStructureScopeParameters(ListDynamicStructureLevel, ListString)
Gets dictionary of query parameters based on structure level and scope values.
Public methodStatic memberGetNoMatchLevel
Gets no match level for current level scope
Public methodSave
Saves the dynamic structure.
Top
See Also