Gets or sets the name of graphics folder where the buttons for this template are stored.

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

Syntax

C#
public string GraphicsDirectory { get; set; }
Visual Basic (Declaration)
Public Property GraphicsDirectory As String
Visual C++
public:
property String^ GraphicsDirectory {
	String^ get ();
	void set (String^ value);
}

See Also