Gets or sets the path to the folder that stores template specific images.

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

Syntax

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

See Also