SmartFoxServer Silverlight API
GetUploadPath Method
NamespacesSmartFoxClientAPISmartFoxClientGetUploadPath()()()
Get the default upload path of the embedded webserver.
Declaration Syntax
C#Visual BasicVisual C++
public string GetUploadPath()
Public Function GetUploadPath As String
public:
String^ GetUploadPath()
Return Value
The http address of the default folder in which files are uploaded.
Remarks

Since:
SmartFoxServer Pro v1.5.0

Version:
SmartFoxServer Pro

Examples
The following example shows how to get the default upload path.
CopyC#
string path = smartFox.GetUploadPath();
See Also

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)