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

Syntax

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

See Also