Gets or sets the unique identifier for the CWebsite the CContentProducer will see by default when they first click on the Site Navigation link in the administrative interface.

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

Syntax

C#
public Guid DefaultWebsiteKey { get; set; }
Visual Basic (Declaration)
Public Property DefaultWebsiteKey As Guid
Visual C++
public:
property Guid DefaultWebsiteKey {
	Guid get ();
	void set (Guid value);
}

Remarks

The default website option appears only if a user is a member of an authority group with access to more than one CWebsite.

See Also