FreezableObject.Freeze method

Calling the Freeze() method sets IsFrozen=true and prevents any further changes to the object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Sub Freeze
'Usage
Dim instance As FreezableObject

instance.Freeze()
public void Freeze()

Remarks

If the object is already frozen, then no change occurs.

See also

Reference

FreezableObject class

FreezableObject members

Microsoft.SharePoint.Publishing namespace