 | IAreaService.GetAreasByDomain Method (String) |
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
SyntaxIList<Area> GetAreasByDomain(
string domain
)
Function GetAreasByDomain (
domain As String
) As IList(Of Area)
Parameters
- domain
- Type: System.String
Return Value
Type:
IList<Area>
See Also