System.Object
SingletonString
Client Declaration
public class SingletonString
Represents a Content Engine property that holds a single string value.
Elements
String
Value
: Optional element specifying the string
value held by the property.
Value
element.Value
element. Attributes
StringEncodingType
encoding
: [request][response] Optional expression specifying how the string value is encoded. If this attribute is set to H9
, any characters that are illegal in XML are replaced with a legal character sequence. Attributes Specific to .NET Clients
Boolean
encodingSpecified
: Optional expression specifying whether encoding
has a value (true
) or not (false
).
Attributes
String
propertyId
:
Boolean
settable
: [response] Optional expression specifying whether
the specified Content Engine property is settable by the user (true
) or not (false
). If true
, this attribute's value is "1"; otherwise, this attribute is omitted in the response. Attributes Specific to .NET Clients
Boolean
settableSpecified
: Optional expression specifying whether settable
has a value (true
) or not (false
).
<xsd:complexType name="SingletonString"> <xsd:complexContent> <xsd:extension base="ModifiablePropertyType"> <xsd:sequence> <xsd:element minOccurs="0" name="Value" type="xsd:string"/> </xsd:sequence> <xsd:attribute name="encoding" type="StringEncodingType"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>