Persist Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PersistedFile..::..Persist Method |
| PersistedFile Class See Also Send Feedback |
Persists this instance.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.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() |