[This is preliminary documentation and is subject to change.]

Provides the upload folder location to normal files and demo files

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string UploadFolderLocation(
	bool isIncludeDemo
)
Visual Basic (Declaration)
Public Shared Function UploadFolderLocation ( _
	isIncludeDemo As Boolean _
) As String
Visual C++
public:
static String^ UploadFolderLocation(
	bool isIncludeDemo
)

Parameters

isIncludeDemo
Type: System..::.Boolean
If false, will always consider the top level location and will not test for demo

Return Value

The location

See Also