Persists this instance.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
[ObsoleteAttribute("This property is not used any more. A file should be marked as persisted after validation.", 
	false)]
public void Persist()
Visual Basic
<ObsoleteAttribute("This property is not used any more. A file should be marked as persisted after validation.",  _
	False)> _
Public Sub Persist
Visual C++
public:
[ObsoleteAttribute(L"This property is not used any more. A file should be marked as persisted after validation.", 
	false)]
void Persist()

See Also