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

Syntax

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

See Also