| Ajax Uploader Class Reference |
|
UploaderProvider.GetFSPath Method
Gets the file system path.
[Visual Basic]
MustOverride Public Function GetFSPath( _
ByVal
guid As
Guid _
) As
String
[C#]
public abstract
string GetFSPath(
Guid guid);
Parameters
-
guid
- The GUID.
Return Value
See Also
UploaderProvider Class | CuteWebUI Namespace