Gets the name of directory where content source files are stored.

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

Syntax

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

See Also