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!

BaseControlBuilder.IsTerminal

[To be supplied.]

[Visual Basic]
Overridable Public Function IsTerminal( _
   ByVal tagName As String, _
   ByVal fCloseTag As Boolean _
) As Boolean
[C#]
public virtual bool IsTerminal(
   string tagName,
   bool fCloseTag
);
[C++]
public: virtual bool IsTerminal(
   String* tagName,
   bool fCloseTag
);
[JScript]
public function IsTerminal(
   tagName : String,
   fCloseTag : Boolean
) : Boolean;

Parameters

tagName
[To be supplied.]
fCloseTag
[To be supplied.]

See Also

BaseControlBuilder Class | BaseControlBuilder Members | System.Web.UI Namespace