Returns events for one day, specified by CalendarDate in QueryOptions
Returns events for one month, specified by CalendarDate in QueryOptions. Caution: usually also returns few days from previous and next months
Returns events for today
Returns events for one week, specified by CalendarDate in QueryOptions
Returns events for one year, specified by CalendarDate in QueryOptions
Checks whether the value of the field is equal to the specified value
Checks whether the value of the field is False
Checks whether the value of the field was not specified by user
Checks whether the value of the field was specified by user
Checks whether the value of the field is True
Checks whether the value of the field is not equal to the specified value
Checks whether the value of the field is equal to the specified value
Checks whether the value of the field is equal to the specified value. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field is greater than the specified value
Checks whether the value of the field is greater than the specified value. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field is greater than or equal to the specified value
Checks whether the value of the field is greater than or equal to the specified value. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field is equal to one of the specified values
Checks whether the value of the field is equal to one of the specified values. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field was not specified by user
Checks whether the value of the field was specified by user
Checks whether the value of the field is less than the specified value
Checks whether the value of the field is less than the specified value. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field is less than or equal to the specified value
Checks whether the value of the field is less than or equal to the specified value. The datetime value should be defined in ISO 8601 format!
Checks whether the value of the field is not equal to the specified value
Checks whether the value of the field is not equal to the specified value. The datetime value should be defined in ISO 8601 format!
Adds And clause to the query.
Adds GroupBy clause to the query.
Adds Or clause to the query.
Adds OrderBy clause to the query
Internal field of the first field by that the data will be sorted (ascending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Adds OrderBy clause to the query (using descending order for the first field).
Internal field of the first field by that the data will be sorted (descending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Get the resulting CAML query as string
string
Adds And clauses to the query. Use for creating bracket-expressions in conjuction with CamlBuilder.Expression().
Adds And clauses to the query. Use for creating bracket-expressions in conjuction with CamlBuilder.Expression().
Adds Or clauses to the query. Use for creating bracket-expressions in conjuction with CamlBuilder.Expression().
Adds Or clauses to the query. Use for creating bracket-expressions in conjuction with CamlBuilder.Expression().
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Boolean
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Counter (usually ID fields)
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Date
Used in queries for retrieving recurring calendar events. NOTICE: DateRangesOverlap with overlapType other than Now cannot be used with SP.CamlQuery, because it doesn't support CalendarDate and ExpandRecurrence query options. Lists.asmx, however, supports them, so you can still use DateRangesOverlap with SPServices.
Defines type of overlap: return all events for a day, for a week, for a month or for a year
Defines date that will be used for determining events for which exactly day/week/month/year will be returned. This value is ignored for overlapType=Now, but for the other overlap types it is mandatory.
Internal name of "Start Time" field (default: "EventDate" - all OOTB Calendar lists use this name)
Internal name of "End Time" field (default: "EndDate" - all OOTB Calendar lists use this name)
Internal name of "Recurrence ID" field (default: "RecurrenceID" - all OOTB Calendar lists use this name)
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is DateTime
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Integer
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Lookup
DEPRECATED. Please use LookupField(...).Id() instead
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is LookupMulti
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Number
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is Text
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is URL
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is User
Specifies that a condition will be tested against the field with the specified internal name, and the type of this field is UserMulti
Get the resulting CAML query as string
string
Adds GroupBy clause to the query.
Adds OrderBy clause to the query
Internal field of the first field by that the data will be sorted (ascending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Adds OrderBy clause to the query (using descending order for the first field).
Internal field of the first field by that the data will be sorted (descending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Get the resulting CAML query as string
string
Adds OrderBy clause to the query
Internal field of the first field by that the data will be sorted (ascending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Adds OrderBy clause to the query (using descending order for the first field).
Internal field of the first field by that the data will be sorted (descending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Get the resulting CAML query as string
string
Specifies that lookup id value will be used.
Specifies that lookup value will be used and this value is of type Boolean
Specifies that lookup value will be used and this value is of type Date
Specifies that lookup value will be used and this value is of type DateTime
Specifies that lookup value will be used and this value is of type Number
Specifies that lookup value will be used and this value is of type Text
Checks whether the value of the field is equal to the specified value
Checks whether the values of the field includes the specified value
Checks whether the value of the field is not equal to the specified value
Checks whether the values of the field not includes the specified value
DEPRECATED!! Please use UserField(...).IsIn* methods instead. This interface will be removed in the next release
DEPRECATED. Please use UserField(...).IsInSPWeb* methods instead
DEPRECATED. Please use UserField(...).IsInCurrentUserGroups() instead
DEPRECATED. Please use UserField(...).IsInSPGroup() instead
DEPRECATED!! Please use UserField(...).IsInSPWeb* methods instead. This interface will be removed in the next release
DEPRECATED. Please use UserField(...).IsInSPWebAllUsers() instead
DEPRECATED. Please use UserField(...).IsInSPWebGroups() instead
DEPRECATED. Please use UserField(...).IsInSPWebUsers() instead
Checks whether the value of the field is equal to the specified value
Checks whether the value of the field is greater than the specified value
Checks whether the value of the field is greater than or equal to the specified value
Checks whether the value of the field is equal to one of the specified values
Checks whether the value of the field was not specified by user
Checks whether the value of the field was specified by user
Checks whether the value of the field is less than the specified value
Checks whether the value of the field is less than or equal to the specified value
Checks whether the value of the field is not equal to the specified value
Adds OrderBy clause to the query
Internal field of the first field by that the data will be sorted (ascending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Adds OrderBy clause to the query (using descending order for the first field).
Internal field of the first field by that the data will be sorted (descending)
This is only necessary for large lists. DON'T use it unless you know what it is for!
This is only necessary for large lists. DON'T use it unless you know what it is for!
Get the resulting CAML query as string
string
Specifies next order field (ascending)
any
Specifies next order field (descending)
any
Get the resulting CAML query as string
string
Checks whether the value of the field begins with the specified substring
Checks whether the value of the field contains the specified substring
Checks whether the value of the field is equal to the specified value
Checks whether the value of the field is equal to one of the specified values
Checks whether the value of the field was not specified by user
Checks whether the value of the field was specified by user
Checks whether the value of the field is not equal to the specified value
DEPRECATED. Please use IsIn* methods instead. This property will be removed in next release(!!)
Checks whether the value of the User field is equal to id of the current user
Specifies that id of the user will be used for further comparisons.
Checks whether the group specified by the value of the field includes the current user.
Checks whether the user specified by the value of the field is member of the specified SharePoint Group.
Checks whether the user specified by the value of the field is in current SPWeb users.
Checks whether the user specified by the value of the field is member of current SPWeb groups.
Checks whether the user specified by the value of the field has received the rights to the site directly (not through a group).
Specifies that lookup target field value will be used for further comparisons.
Dynamic value that represents a property of the current list
Dynamic value that represents a property of the current SPWeb
Dynamic value that represents current date
Dynamic value that represents Id of the current user
Dynamic value that represents current date with specified offset (may be negative)
string
Use for: