ContentSite.IsConnected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this ContentSite is connected to a ContentIsland.
public:
property bool IsConnected { bool get(); };
bool IsConnected();
public bool IsConnected { get; }
var boolean = contentSite.isConnected;
Public ReadOnly Property IsConnected As Boolean
Property Value
Boolean
bool
True, if this ContentSite is connected to a ContentIsland; otherwise, false.