Gets the PageNode relating to the hostname.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
public PageNode GetPageNodeByHostname( string hostname ) |
| Visual Basic |
|---|
Public Function GetPageNodeByHostname ( _ hostname As String _ ) As PageNode |
| Visual C++ |
|---|
public: PageNode^ GetPageNodeByHostname( String^ hostname ) |
Parameters
- hostname
- Type: System..::..String
Hostname string to resolve to a PageNode.