Gets the aboslute path to the directory where the uploaded files are stored.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CMUploadFilePath { get; }
Visual Basic (Declaration)
Public ReadOnly Property CMUploadFilePath As String
Visual C++
public:
property String^ CMUploadFilePath {
	String^ get ();
}

See Also