id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
fd3966629527-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the property from the context of the current ForEach loop. When a view or field is selected, the Property element can be used to retrieve a specific attribute value from it.
<Property
AutoHyperLink =... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-view |
fd3966629527-1 | Default
Optional Text . Renders the text assigned to this attribute if the value returned by a selection is an empty string ( "" ).
ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML. ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-view |
fd3966629527-2 | Minimum: 0
Maximum: Unbounded
Remarks
The line <Property Select="."/> returns the body of the element in the schema that is being enumerated. For example, within a ForEach statement such as <ForEach Select="CHOICES/CHOICE"> specifying <Property Select="."/> would return the text of one of the condition... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-view |
27b39f847c7f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the fields in joined lists that can be included in the view when one or more other lists have been joined in a query.
<ProjectedFields>
<Field ... />
<Field ... />
</ProjectedFields>
Elements and ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/projectedfields-element-view |
27b39f847c7f-1 | Example
The following example shows how to add another field to the results that are returned by the query. The value of the List attribute is an alias to the foreign list. The alias is defined in a Join Element (View) . The ShowField attribute must be set to the internal name of the foreign field.
The Type ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/projectedfields-element-view |
3aff41c067b0-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The ProjectProperty element can be used to return a global property of the current SharePoint site.
<ProjectProperty
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/projectproperty-element-view |
3aff41c067b0-1 | ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
HTMLEncode
Optional Boolean . TRUE to convert embedded characters so that they are displayed as text in the browser. In other word... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/projectproperty-element-view |
849888984255-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the absolute, encoded URL of the current page.
<PageUrl
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
Default = "Text"
ExpandXML = "TR... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/pageurl-element-view |
849888984255-1 | ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
HTMLEncode
Optional Boolean . TRUE to convert embedded characters so that they are displayed as text in the browser. In other word... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/pageurl-element-view |
849888984255-2 | <Property Select="DisplayName" HTMLEncode="TRUE" />
<HTML><![CDATA[ " SORTINGFIELDS=" ]]></HTML>
<FieldSortParams />
<HTML><![CDATA[ " HREF="javascript:"OnClick='javascript:SubmitFormPost(" ]]></HTML>
<ScriptQuote NotAddingQuote="TRUE">
<PageUrl />
<HTML><![CDATA[ ? ]]></HTML>
<FieldSortParams />
</ScriptQuote... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/pageurl-element-view |
a3fe76ad6922-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Allows additional properties to be set when a limit is applied to text.
<More>
</More>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
N... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/more-element-view |
7067a87735e1-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used in batch processing to specify commands within the Batch element.
<Method ID="Text"
Cmd = "Text"
ID = "Text">
</Method>
Elements and attributes
The following sections describe attributes, child ele... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/method-element-view |
7067a87735e1-1 | Example
The following example uses the Method element to post the remote procedure call (RPC) ExportList command and return the schema of a specified list.
<Batch OnError="Return">
<Method ID="0,ExportList">
<SetList Scope="Request">EF2F5A21-0FD0-4654-84ED-
112B4F5A48F8</SetList>
<SetVar Name=... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/method-element-view |
82897441b161-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a property of a list in a Meeting Workspace site.
<MeetingProperty
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
Default = "Text"
E... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/meetingproperty-element-view |
82897441b161-1 | ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
HTMLEncode
Optional Boolean . TRUE to convert embedded characters so that they are displayed as text in the browser. In other word... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/meetingproperty-element-view |
169ef576403d-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the file name of the icon associated with a given file name extension and ProgID .
<MapToIcon>
ProgID|File_Extension
</MapToIcon>
Elements and attributes
The following sections describe attribute... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptoicon-element-view |
169ef576403d-1 | Note that the set of file name extensions and ProgIDs that are supported are extensible by the system administrator. They can be edited in DocIcon.xml, and then the image files can be included in the \TEMPLATES\1033 directory. After such a modification, Microsoft Internet Information Services (IIS) needs to be res... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptoicon-element-view |
169ef576403d-2 | <HTML>|</HTML>
<Column Name="File_x0020_Type" />
</MapToIcon>
<HTML><![CDATA[ "></a>]]></HTML> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptoicon-element-view |
914240c2667d-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the name of the application in which a document can be edited based on the file name extension and ProgID .
<MapToControl>
ProgID|File_Extension
</MapToControl>
Elements and attributes
The foll... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptocontrol-element-view |
ae722b559c60-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Definition
<DisplayPattern>
<MapToContentType> ... </MapToContentType>
</DisplayPattern>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attrib... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptocontenttype-element-view |
b5a270f7d3e8-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Combines the functionality of the MapToIcon , MapToText , and MapToControl elements.
<MapToAll>
</MapToAll>
Elements and attributes
The following sections describe attributes, child elements, and parent e... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/maptoall-element-view |
71d8d6577be9-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Functions similarly to the Column element but only valid when referring to a Lookup field. The only distinction between the Column and LookupColumn elements for Lookup fields is that LookupColumn retriev... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookupcolumn-element-view |
71d8d6577be9-1 | StripWS
Optional Boolean . TRUE to remove white space from the beginning and end of the value returned by the element.
URLEncode
Optional Boolean . TRUE to convert special characters, such as spaces, to quoted UTF-8 format, for example, %c3%ab for character ë .
URLEncodeAsURL
Option... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookupcolumn-element-view |
71d8d6577be9-2 | <HttpHost URLEncodeAsURL="TRUE" />
<LookupColumn URLEncodeAsURL="TRUE" />
<HTML><![CDATA[ "> ]]></HTML>
See also
Column element (View) | https://learn.microsoft.com/en-us/sharepoint/dev/schema/lookupcolumn-element-view |
b2fa631b3eed-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Renders the absolute URL of the list's home directory.
<ListUrlDir
ForInstance = "TRUE" | "FALSE"
HTMLEncode = "TRUE" | "FALSE"
ServerRel = "TRUE" | "FALSE"
URLEncodeAsURL = "TRUE" | "FALSE">
</ListUrlDir>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listurldir-element-view |
9b21ac176056-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Renders the URL of the list relative to the containing website.
<ListUrl>
</ListUrl>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Non... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listurl-element-view |
654e352d98fb-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the value of a specified column in the List of Lists table.
<ListProperty
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
Default = "Text"... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listproperty-element-view |
654e352d98fb-1 | ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
ForInstance
Optional Boolean . TRUE to return the number of items belonging to the current Meeting Instance ID by filtering on the... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listproperty-element-view |
654e352d98fb-2 | Example
The following example defines the link to display when the number of items exceeds the limit set for the page through the RowLimit element. The example uses the ListProperty element to return the URL for the default view.
<RowLimitExceeded>
<HTML><![CDATA[<table class="ms-summarycustombody" cellpaddi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/listproperty-element-view |
6218ee814944-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the title of the list in the current context.
<List>
</List>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/list-element-view |
6b2a12af2acc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Truncates text to a specified size.
<Limit
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
Default = "Text"
ExpandXML = "TRUE" | "FALSE"
HTMLE... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/limit-element-view |
6b2a12af2acc-1 | Default
Optional Text . Renders the text assigned to this attribute if the value returned by the Select attribute of another element is an empty string.
ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allow... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/limit-element-view |
6b2a12af2acc-2 | Text
Parent elements
Numerous
Occurrences
Minimum: 0
Maximum: Unbounded
Remarks
Note that the Limit element will not break words. For example, <Limit Len=3>Microsoft Corporation</Limit> returns Microsoft, not Mic.
Example
The following example limits the text of the Body field to 250 chara... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/limit-element-view |
b26c81ec4432-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the length of the string within the element. The value returned can be divided by, or subtracted from, the value of the Div or Sub attribute, respectively.
<Length
Div = "Integer"
Sub = "Integer">
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/length-element-view |
e6b423768f40-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains Join elements needed for a query.
<Joins> <Join ... > </Join> <Join ... > </Join> ...</Joins>
Elements and attributes
The following sections describe attributes, child elements, and parent e... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/joins-element-view |
e6b423768f40-1 | Aliases are needed for the lists because there can be more than one join to the same list and different aliases are needed to differentiate the joins. For example, in addition to the joins from Orders to Customer and from Customer to Cities, there could also be joins from Orders to Suppliers and from Suppliers to Citie... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/joins-element-view |
30a06ff5164f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used to join two lists for queries.
<Join Type= "LEFT" | "INNER" ListAlias= "TEXT"></Join>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attribu... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/join-element-view |
30a06ff5164f-1 | Remarks
The Join element translates into the SQL JOIN statement. The Join element refactors the Eq element to specify the primary and foreign fields on which to make the join. The primary field must be defined as a Lookup field to the foreign field.
Example
The following is an example of two Join elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/join-element-view |
30a06ff5164f-2 | <Join Type='LEFT' ListAlias='customerCities'>
<Eq>
<FieldRef List='customers' Name='CityName' RefType='Id' />
<FieldRef List='customerCities' Name='ID' />
</Eq>
</Join>
</Joins> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/join-element-view |
310ac8bab767-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Allows for conditional rendering based on whether a first expression ( Expr1 ) is contained within a second expression ( Expr2 ).
<IfSubString>
<Expr1></Expr1>
<Expr2></Expr2>
<Then></Then>
<Else></Else>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/ifsubstring-element-view |
98354696496c-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns TRUE if the item is considered new. Usually, this means that the item was created after midnight the day before. This element renders its contents if the item was created today; that is, after only one day... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/ifnew-element-view |
b190255125b8-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains two Collaborative Application Markup Language (CAML) expressions and allows for conditional rendering based on whether the first expression contains a negative value. The first expression is rendered if it ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/ifneg-element-view |
c6813014a609-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Allows for conditional rendering of a field or of a toolbar item based on whether the current user has the specified permission.
<IfHasRights>
<RightsChoices>
<RightsGroup
Right = "required" />
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/ifhasrights-element-view |
0307308ca23b-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Allows for conditional rendering based on the comparison of two Collaborative Application Markup Language (CAML) expressions.
<IfEqual>
</IfEqual>
Elements and attributes
The following sections describe attri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/ifequal-element-view |
affaaf74bdcc-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used in a New or Edit form to render hidden fields used by the form.
<Identity>
</Identity>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attribute... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/identity-element-view |
f56bdb648a04-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Renders the ID of the current item being displayed in an edit or display form. The ID element can also be used in a view to render the ID of the current row in the list.
<ID>
</ID>
Elements and attributes
T... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/id-element-view |
d225b2cfabf8-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the root directory of the current subsite. For example, for http://myserver/myweb/default.aspx , the HttpVDir element would return http://myserver/myweb/ .
<HttpVDir
CurrentWeb = "TRUE" | "FALSE"
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httpvdir-element-view |
d225b2cfabf8-1 | <RowLimitExceeded>
<HTML><![CDATA[
<TABLE class="ms-summarystandardbody" width="100%" border=0
rules=rows>
<TR><TD Class="ms-vb"><a href="]]></HTML>
<ListProperty Select="DefaultViewUrl"/>
<HTML><![CDATA[ " ID=onetidMore>]]></HTML>
<HTML>(More Items...)</HTML>
<HTML><![CDATA[</... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httpvdir-element-view |
b20a8c6738b4-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the path to the appropriate OWSSVR.DLL file.
<HttpPath
ForInstance = "TRUE" | "FALSE"
HTMLEncode = "TRUE" | "FALSE"
ServerRel = "TRUE" | "FALSE"
URLEncodeAsURL = "TRUE" | "FALSE">
</HttpPath>
El... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httppath-element-view |
b20a8c6738b4-1 | Minimum: 0
Maximum: Unbounded
Remarks
By default, this element appends CS= XXX , where XXX is the Microsoft Office SharePoint Designer 2007 character set (for example, 109 = UTF-8) of the page that contains the element. This allows the form handler to properly interpret data coming from the browser, which is... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httppath-element-view |
fcbe8d94578a-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Renders the URL to the Web application containing the current SharePoint website, such as http://server .
<HttpHost
HTMLEncode = "TRUE | "FALSE"
URLEncodeAsURL = "TRUE | "FALSE">
</HttpHost>
Elements and ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httphost-element-view |
fcbe8d94578a-1 | <HTML>
<![CDATA[ "> ]]>
</HTML>
See also
HTMLBase element
HttpVDir element (View) | https://learn.microsoft.com/en-us/sharepoint/dev/schema/httphost-element-view |
a89e1e2fa4be-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Escapes contained HTML tags so that the Collaborative Application Markup Language (CAML) parser does not parse the tags.
<HTML>
</HTML>
Elements and attributes
The following sections describe attributes, chil... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/html-element-view |
85a8e2aeb1da-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns a variable in the context of rendering the page. Variables can be set either locally to the current level of XML or globally to the page.
<GetVar
AutoHyperlink = "TRUE" | "FALSE"
AutoHyperLinkNoEncodin... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/getvar-element-view |
85a8e2aeb1da-1 | Default
Optional Text . Renders the text assigned to this attribute if the value returned by the Select attribute of another element is an empty string.
ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allow... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/getvar-element-view |
85a8e2aeb1da-2 | If Scope="Request" is specified in the SetVar element, a variable assignment will take effect anywhere on the current page. Otherwise, the assignment affects only children of the SetVar element.
Example
The following example uses the GetVar element to return current filtering information for determining wha... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/getvar-element-view |
854353411736-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the file extension for the specified file.
<GetFileExtension
HTMLEncode = "TRUE" | "FALSE">
</GetFileExtension>
Elements and attributes
The following sections describe attributes, child elements, an... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/getfileextension-element-view |
9ea647f827a7-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides a basic mechanism for enumerating a collection of views or fields defined in the current list.
<ForEach
Select = "Text">
</ForEach>
Elements and attributes
The following sections describe attribute... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/foreach-element-view |
9ea647f827a7-1 | The body of the ForEach element is rendered once for each view or field in the collection. The Property element can be used to extract individual properties of the view or field.
The ForEach element can also be used to reference a single field or view. To do so, a variable must be set with the name of the desir... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/foreach-element-view |
e07b5c0ec952-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the URL for filtering a view; typically used in the toolbars that appear above lists.
<FilterLink
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "F... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filterlink-element-view |
e07b5c0ec952-1 | Default
Optional Text . Specifies the filter string to use in generating the hypertext reference (HREF) for a link to an item when the URL does not specify a Filter parameter. If empty, the link URL will not contain a Filter parameter.
ExpandXML
Optional Boolean . TRUE to re-pass the rendered content ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filterlink-element-view |
e07b5c0ec952-2 | Remarks
The FilterLink element returns a URL string like the following:
http://Site_Name/Lists/Events/AllItems.aspx?Filter=1&View=%7b4A760E71%2dEBF2%2d4A88%2d9B2E%2dCFDE10E1825A%7d
Example
The following example uses the FilterLink element to construct a hyperlink for the filter icon, so that selecting ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filterlink-element-view |
95a1da95f468-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Obsolete. Allows for conditional rendering based on the value of a field property.
<FieldSwitch
StripWS = "TRUE" | "FALSE">
<Expr></Expr>
<Case Value="Value_1"></Case>
<Case Value="Value_2"... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldswitch-element-view |
95a1da95f468-1 | A FieldSwitch element contains an Expr element, any number of Case elements, and a Default element. The value of the Expr element is compared against the Value attribute of each Case element. When a match is found, the FieldSwitch element returns the value of the matching Case element. If no match is ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldswitch-element-view |
16efa045a5cd-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the sort direction on a list, rendering Asc or Desc based on whether the field has been sorted and on the current default sort direction for the field. Rendering of this field is conditional and depends ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldsortparams-element-view |
16efa045a5cd-1 | Default
Optional Text . Renders the text assigned to this attribute if the value returned by a selection is an empty string ( "" ).
ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML. ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldsortparams-element-view |
16efa045a5cd-2 | <Property Select='Name'/>
<HTML><![CDATA[" TITLE=]]></HTML>
<HTML>"Sort by </HTML>
<Property Select='DisplayName' HTMLEncode='TRUE'/>
<HTML><![CDATA[" SORTINGFIELDS="]]></HTML>
<FieldSortParams/>
<HTML><![CDATA[" HREF="javascript:"
OnClick='javascript:SubmitFormPost("]]></HTML>
<ScriptQuote N... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldsortparams-element-view |
5192d3607e37-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used within a view to render the list for the browser by iterating over the view fields. When used outside a view, the Fields element iterates over all the nonhidden fields in the list.
<Fields>
</Fields>
Ele... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fields-element-view |
acd60b0ee53f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a property of a field.
<FieldProperty
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
Default = "Text"
ExpandXML = "TRUE" | "FALSE"
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldproperty-element-view |
acd60b0ee53f-1 | ExpandXML
Optional Boolean . TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
HTMLEncode
Optional Boolean . TRUE to convert embedded characters so that they are displayed as text in the browser. In other word... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldproperty-element-view |
acd60b0ee53f-2 | <Expr>
<FieldProperty Name="Body" Select="RichText" />
</Expr>
<Case Value="TRUE">
<HTML><![CDATA[ <div> ]]></HTML>
<Limit Len="250" AutoHyperLinkNoEncoding="TRUE" MoreText="...">
<Column Name="Body" />
</Limit>
<HTML><![CDATA[ </div> ]]></HTML>
</Case>
<Default>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldproperty-element-view |
40adf0a1e3f1-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Obsolete. Returns the Microsoft Office namespace urn:schemas-microsoft-com:office:office# , which is added to every field name for Office compatibility.
<FieldPrefix>
</FieldPrefix>
Elements and attributes
T... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldprefix-element-view |
4c5aedd11f1b-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the formatted value of a field for use within a View definition.
<Field
AutoHyperLink = "TRUE" | "FALSE"
AutoHyperLinkNoEncoding = "TRUE" | "FALSE"
AutoNewLine = "TRUE" | "FALSE"
HTMLEncode = "TRUE... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-view |
4c5aedd11f1b-1 | Name
Optional Text . Allows the Field element to be used outside the field rendering context by supplying an ID (for example, <Field Name="_ID_"/> ).
StripWS
Optional Boolean . TRUE to remove white space from the beginning and end of the value returned by the element.
URLEncode
Optional Boole... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-view |
4c5aedd11f1b-2 | To create a custom field definition for a list definition based on a default field type, use the Field (List - Definition) element within a Schema.xml file.
To create a custom field type that implements a custom class for special data validation and field rendering, use the Field (Field Types) element. | https://learn.microsoft.com/en-us/sharepoint/dev/schema/field-element-view |
858030b93dd6-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used as part of a comparison with the value contained in an Expr1 element. The Expr2 element contains the CAML expression that is evaluated to determine the course of action. The expressions can be any set of CA... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/expr2-element-view |
09d991f5344c-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used within as part of a comparison with the value contained in an Expr2 element. The Expr1 element contains the CAML expression that is evaluated to determine the course of action. The expressions can be any se... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/expr1-element-view |
271435ca2acd-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a CAML expression that is evaluated to determine the course of action for a Switch or FieldSwitch statement. The expressions can be any set of CAML elements that render text, or they can be other condit... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/expr-element-view |
86062143148e-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The instructions within this element are executed if the expressions contained in the IfEqual element are not TRUE .
<Else>
</Else>
Elements and attributes
The following sections describe attributes, child... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/else-element-view |
620376bc53b2-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Within a Switch or FieldSwitch statement, the content of the Default element runs if none of the Case elements return TRUE .
<Default>
</Default>
Elements and attributes
The following sections descri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-element-view |
d83f904c22b1-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the rights permissions for the current list item or list as a string.
<CurrentRights>
</CurrentRights>
Elements and attributes
The following sections describe attributes, child elements, and parent el... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/currentrights-element-view |
4c83437c9b65-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides a counter variable whose value increments each time the tag appears within a field or view definition.
<Counter
Type = "View">
</Counter>
Elements and attributes
The following sections describe at... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/counter-element-view |
94f127bb6398-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used to conditionally add markup language or script to a page, based on evaluation of a content type ID.
<ContentTypes>
</ContentTypes>
Elements and attributes
The following sections describe attributes, chil... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/contenttypes-element-view |
a96900d81c93-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used in rendering a hyperlink. In Microsoft SharePoint Foundation, hyperlinks are stored as two separate values. The actual URL value is stored as one value, and the descriptive text is stored as the other. In a Li... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column2-element-view |
a96900d81c93-1 | AutoNewLine
Optional Boolean . TRUE to insert <BR> tags into the text stream and to replace multiple spaces with a nonbreaking space ( ).
Default
Optional Text . Renders the text assigned to this attribute if the value returned by a selection is an empty string ( "" ).
ExpandXML
Optional ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column2-element-view |
a96900d81c93-2 | URLEncode
Optional Boolean . TRUE to convert special characters, such as spaces, to quoted UTF-8 format (for example, %c3%ab for character ë ).
URLEncodeAsURL
Optional Boolean . Like URLEncode , but TRUE to specify that the string to encode is a path component of a URL so that forward slashes ( / ) ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column2-element-view |
978314f30d6a-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the raw data value for a particular field, as opposed to the formatted version provided by the Field element. In the case of a Lookup field, Column returns the local value (an ID number in the list tha... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column-element-view |
978314f30d6a-1 | AutoNewLine
Optional Boolean . TRUE to insert <BR> tags into the text stream and to replace multiple spaces with a nonbreaking space ( ).
Default
Optional Text . Renders the text assigned to this attribute if the value returned by a selection is an empty string ( "" ).
Format
Optional Te... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column-element-view |
978314f30d6a-2 | Optional Integer .
URLEncode
Optional Boolean . TRUE to convert special characters, such as spaces, to quoted UTF-8 format (for example, %c3%ab for character ë ).
URLEncodeAsURL
Optional Boolean . Like URLEncode , but TRUE to specify that the string to encode is a path component of a URL so t... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/column-element-view |
23e6f1853a6f-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used inside a Switch statement or FieldSwitch statement to perform a comparison.
<Case
Value = "Text">
</Case>
Elements and attributes
The following sections describe attributes, child elements, and par... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/case-element-view |
fb48e03162a3-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides batch processing of commands within HTTP protocol.
<Batch
OnError = "Return" | "Continue"
ListVersion = ""
Version = ""
ViewName = "">
<Method>
...
</Method>
...
</Batch>
Elements and a... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/batch-element-view |
fb48e03162a3-1 | Example
The following code example, if contained within HTTP protocol, would return a list named "Documents" from the server.
<?xml version="1.0" encoding="UTF-8"?>
<ows:Batch Version="6.0.2.5608" OnError="Return">
<Method ID="0,ExportList">
<SetList Scope="Request">Documents</SetList>
<SetVar Name="Cmd">... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/batch-element-view |
2b5a18a782d3-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The View schema of Collaborative Application Markup Language (CAML) provides several universal attributes that can be used to describe any CAML rendering element. These attributes can be implemented in standard an... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/global-attributes-for-html-rendering-elements |
2b5a18a782d3-1 | HTMLEncode
When TRUE , converts any embedded characters so that they are all displayed as text in the browser. This means that any characters that could be confused with HTML tags are converted to entities such as &gt; instead of > .
StripWS
When TRUE , strips whitespace from the beginning and end of an ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/global-attributes-for-html-rendering-elements |
8d68c604da4d-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Serves as an outer wrapper to denote an XML data island. This element does not render anything by itself.
<XML>
</XML>
Elements and attributes
The following sections describe attributes, child elements, and p... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/xml-element |
169ee3ee5503-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Used within the context of a query to specify a filter.
<Where>
</Where>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child el... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/where-element-query |
169ee3ee5503-1 | <Value Type="DateTime">
<Today/>
</Value>
</Geq>
</Where>
<OrderBy>
<FieldRef Name="Modified"/>
</OrderBy>
</Query> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/where-element-query |
dc9c5f6109f6-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
<In> <Values> <Value
Type = "Text"
IncludeTimeValue = "TRUE" | "FALSE>
</Value> </Values></In>
Elements and attributes
The following sections describe attributes, child elements, and parent... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/values-element-query |
6a1a696664eb-0 | Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the value against which the value returned by the FieldRef element is compared.
<Value
Type = "Text"
IncludeTimeValue = "TRUE" | "FALSE">
</Value>
Elements and attributes
The following sections... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/value-element-query |
6a1a696664eb-1 | <Value Type="Integer">1</Value>
</Eq>
<Eq>
<FieldRef Name="Project" />
<Value Type="Integer">
<ProjectProperty Select="ID" />
</Value>
</Eq>
</And>
</Where>
<OrderBy>
<FieldRef Name="Title" />
<FieldRef Name="ID" />
</OrderBy>
</Query> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/value-element-query |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.