Click or drag to resize

DynamicStructureGetByKey Method

''' Gets structure by permission key '''

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IPermissionControlled GetByKey(
	string key
)

Parameters

key
Type: SystemString
The permission key

Return Value

Type: IPermissionControlled
The DynamicStructure instance.

Implements

IPermissionLookupGetByKey(String)
See Also