Click or drag to resize

DynamicStructureServiceDelete Method (IEnumerableGuid)

Delete the dynamic structure.

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public void Delete(
	IEnumerable<Guid> dynamicStructureIds
)

Parameters

dynamicStructureIds
Type: System.Collections.GenericIEnumerableGuid
The dynamic structures
See Also