C-DEngine 5.105

nmiCtrlFormView..::..TemplateID Property

Sets the Template FormID to a table. You can than use the normal "DETAILS" button to switch to the template

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string TemplateID { get; set; }
Public Property TemplateID As String
	Get
	Set
public:
property String^ TemplateID {
	String^ get ();
	void set (String^ value);
}