[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Identifies a CAML field and specifies a sorting.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static string FieldRef( string fieldName, CAML.CAML..::SortType sortType ) |
Visual Basic (Declaration) |
---|
Public Shared Function FieldRef ( _ fieldName As String, _ sortType As CAML..::SortType _ ) As String |
Visual C++ |
---|
public: static String^ FieldRef ( String^ fieldName, CAML..::SortType sortType ) |
Parameters
- fieldName
- String
the name of the referenced field
- sortType
- CAML..::SortType
indicates how the resulting field instances shall be sorted
Return Value
a new CAML FieldRef element with sorting
See Also
CAML Class
JohnHolliday.Caml.Net Namespace