Class ListPropertyValueItem
Represents an item to be used by ListProperty value.
Inheritance
Namespace: CamlBuilder
Assembly: PnP.Framework.dll
Syntax
public class ListPropertyValueItem : object
Constructors
ListPropertyValueItem(String)
Creates an instance of ListPropertyValueItem with initial specified select
Declaration
public ListPropertyValueItem(string select)
Parameters
System. Specifies a field in the List of Lists table. |
Properties
AutoHyperLink
True to surround text with anchor tags if the text appears like a hyperlink, for example, www.microsoft.com.
Declaration
public bool? AutoHyperLink { get; set; }
Property Value
System.
|
AutoHyperLinkNoEncoding
True to surround text with anchor tags if the text appears like a hyperlink (for example, www.microsoft.com) but without HTML encoding.
Declaration
public bool? AutoHyperLinkNoEncoding { get; set; }
Property Value
System.
|
AutoNewLine
True to insert break-line tags into the text stream and to replace multiple spaces with a nonbreaking space ( ).
Declaration
public bool? AutoNewLine { get; set; }
Property Value
System.
|
Default
Sets the default ProgID for the application that created the list.
Declaration
public string Default { get; set; }
Property Value
System.
|
ExpandXml
True to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.
Declaration
public bool? ExpandXml { get; set; }
Property Value
System.
|
HtmlEncode
True to convert embedded characters so that they are displayed as text in the browser. In other words, characters that could be confused with HTML tags are converted to entities.
Declaration
public bool? HtmlEncode { get; set; }
Property Value
System.
|
Select
Specifies a field in the List of Lists table.
Declaration
public string Select { get; set; }
Property Value
System.
|
StripWs
True to remove white space from the beginning and end of the value returned by the element.
Declaration
public bool? StripWs { get; set; }
Property Value
System.
|
UrlEncode
True to convert special characters, such as spaces, to quoted UTF-8 format, for example, %c3%ab for character ë.
Declaration
public bool? UrlEncode { get; set; }
Property Value
System.
|
UrlEncodeAsUrl
Like URLEncode, but true to specify that the string to encode is a path component of a URL and not to encode the forward slash (/).
Declaration
public bool? UrlEncodeAsUrl { get; set; }
Property Value
System.
|