Constructor to instantiate an existing Website.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CWebsite(
	IiMISUser user,
	Guid websiteKey
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	websiteKey As Guid _
)
Visual C++
public:
CWebsite(
	IiMISUser^ user, 
	Guid websiteKey
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
websiteKey
Type: System..::.Guid
Unique identifier of the Website.

See Also