Persists the specified uploader.

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

Syntax

C#
public abstract void Persist(
	Guid guid
)
Visual Basic
Public MustOverride Sub Persist ( _
	guid As Guid _
)
Visual C++
public:
virtual void Persist(
	Guid guid
) abstract

Parameters

guid
Type: System..::..Guid
The GUID.

See Also