| DynamicStructureServiceGetById Method (String) |
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(
string dynamicStructureId
)
Public Function GetById (
dynamicStructureId As String
) As DynamicStructure
Parameters
- dynamicStructureId
- Type: SystemString
The dynamic structure id
Return Value
Type:
DynamicStructureSee Also