[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The constructor passes the query definition along to the base class, which
evaluates and stored the CAML string used to perform the query when one
of the Fetch() methods is called.
Namespace: JohnHolliday.Caml.Net.Samples
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public FindEventsByAudience(
string audienceName
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
audienceName As String _
) |
Visual C++ |
---|
public:
FindEventsByAudience (
String^ audienceName
) |
Parameters
- audienceName
- String
See Also