Gets the folder path where the
Leadtools.Jpip.Server.JpipServer stores its cache data.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property CacheFolder As String |
C# | |
---|
public virtual string CacheFolder {get;} |
C++/CLI | |
---|
public:
virtual property String^ CacheFolder {
String^ get();
} |
Return Value
A
String value indicating the path for the cache folder.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also