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.3.0

Syntax

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

See Also