UploaderProviderGetFSPath Method |
Gets the file system path.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic abstract string GetFSPath(
Guid guid
)
Public MustOverride Function GetFSPath (
guid As Guid
) As String
Parameters
- guid
- Type: SystemGuid
The GUID.
Return Value
Type:
String
See Also