  | IAreaServiceGetAreasByDomain 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: SystemString
 
Return Value
Type: 
IListArea
See Also