CreateSite(SiteType,SiteStatus,Int32) Method
Type of the site
Site status
Primary Address of the site
Create a Site. This overload takes a set of required parameters for the API.
Syntax
'Declaration
Public Overloads Function CreateSite( _
ByVal _siteType_ As SiteType, _
ByVal _status_ As SiteStatus, _
ByVal _primaryAddressObjid_ As Integer _
) As ToolkitResult
public ToolkitResult CreateSite(
SiteType _siteType_,
SiteStatus _status_,
int _primaryAddressObjid_
)
Parameters
siteType
Type of the site
status
Site status
primaryAddressObjid
Primary Address of the site
Return Value
The following values are populated in the ToolkitResult object returned by the API method:
- IDNum - The IDNum of the Site.
- Objid - The Objid of the Site.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List