| DynamicStructureLevelScopeFromJson Method |
Deserializes the DynamicStructureLevelScope to a json string
Namespace:
Dynamicweb.Indexing.DynamicStructuring
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static DynamicStructureLevelScope FromJson(
string json
)
Public Shared Function FromJson (
json As String
) As DynamicStructureLevelScope
Parameters
- json
- Type: SystemString
Return Value
Type:
DynamicStructureLevelScopeSee Also