Skip to content

UploaderProvider.GetName Method

PHP File Uploader Class Reference

UploaderProvider.GetName Method 

Gets the file name.

[Visual Basic]
Public Function GetName( _
   ByVal guid As Guid _
) As String
[C#]
public string GetName(
   Guid guid
);
Parameters
guid
The GUID.
Return Value

See Also

UploaderProvider Class | CuteWebUI Namespace