NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplateEditingFrame.TemplateNames

The names of the templates contained within the frame.

[Visual Basic]
Public ReadOnly Property TemplateNames As String ()
[C#]
public string[] TemplateNames {get;}
[C++]
public: __property String* get_TemplateNames();
[JScript]
public function get TemplateNames() : String[];

Property Value

An array of type string where each string contains the name of a template contained within the frame.

See Also

TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace