Click or drag to resize
WebPartZoneInstanceEnsureWebPartInstanceIdentificators Method
Ensures web part ControlID and instance GUID for current zone

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public void EnsureWebPartInstanceIdentificators(
	WebPartInstance w,
	string webPartId = null
)

Parameters

w
Type: CMS.PortalEngineWebPartInstance
Web part instance
webPartId (Optional)
Type: SystemString
Web part ID
See Also