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!

DocumentEditor.Evaluate (String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Evaluate( _
   ByVal xpathexpr As String _
) As Object
[C#]
public virtual object Evaluate(
   string xpathexpr
);
[C++]
public: virtual Object* Evaluate(
   String* xpathexpr
);
[JScript]
public function Evaluate(
   xpathexpr : String
) : Object;

Parameters

xpathexpr
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace | DocumentEditor.Evaluate Overload List