Click or drag to resize
WebPartLayoutInfoProviderResetDefaultLayoutInternal Method
Resets the default layout indicator for all layouts of the given web part.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void ResetDefaultLayoutInternal(
	int webPartId
)

Parameters

webPartId
Type: SystemInt32
The web part id
See Also