Click or drag to resize

AreaServiceGetAreasByDomain Method (String, Boolean)

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IList<Area> GetAreasByDomain(
	string domain,
	bool onlyLocked
)

Parameters

domain
Type: SystemString
onlyLocked
Type: SystemBoolean

Return Value

Type: IListArea

Implements

IAreaServiceGetAreasByDomain(String, Boolean)
See Also