ContentSite.GetIslandStateChangeDeferral Method
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.
Retrieves a new ContentDeferral for this ContentSite.
public:
virtual ContentDeferral ^ GetIslandStateChangeDeferral() = GetIslandStateChangeDeferral;
ContentDeferral GetIslandStateChangeDeferral();
public ContentDeferral GetIslandStateChangeDeferral();
function getIslandStateChangeDeferral()
Public Function GetIslandStateChangeDeferral () As ContentDeferral
Returns
A new ContentDeferral if the ContentSite is connected to a ContentIsland. Otherwise, it returns null and does not create a deferral.