| DynamicStructureServiceDelete Method (IEnumerableString) |
Delete the dynamic structure.
Namespace:
Dynamicweb.Indexing.DynamicStructuring
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public void Delete(
IEnumerable<string> dynamicStructureIds
)
Public Sub Delete (
dynamicStructureIds As IEnumerable(Of String)
)
Parameters
- dynamicStructureIds
- Type: System.Collections.GenericIEnumerableString
The dynamic structures
See Also