Persists this instance.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
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
See Also