UploaderProvider.Persist Method

php Uploader

PHP File Uploader Class Reference

UploaderProvider.Persist Method 

Persists the specified uploader.

[Visual Basic] MustOverride Public Sub Persist( _
   ByVal guid As Guid _
)
[C#]
public abstract void Persist(
   Guid guid
);
Parameters
guid
The GUID.
See Also

UploaderProvider Class | CuteWebUI Namespace