| DynamicStructureServiceGetById Method (Guid) |
Gets the dynamic structure by id.
Namespace:
Dynamicweb.Indexing.DynamicStructuring
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public DynamicStructure GetById(
Guid dynamicStructureId
)
Public Function GetById (
dynamicStructureId As Guid
) As DynamicStructure
Parameters
- dynamicStructureId
- Type: SystemGuid
The dynamic structure id
Return Value
Type:
DynamicStructureSee Also