Click or drag to resize
WebPartInstanceClearValues Method
Clears the given properties

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public void ClearValues(
	params string[] propertyNames
)

Parameters

propertyNames
Type: SystemString
Property names to clear
See Also