SPDictionaryEntryValueType Simple Type (DeploymentManifest)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Indicates the data type of the specified field value.
<xs:simpleType name="SPDictionaryEntryValueType">
<xs:restriction base="xs:string">
<xs:enumeration value="String" />
<xs:enumeration value="Integer" />
<xs:enumeration value="Time" />
<xs:enumeration value="StringVector" />
<xs:enumeration value="Boolean" />
<xs:enumeration value="FileSystemTime" />
<xs:enumeration value="IntVector" />
<xs:enumeration value="Double" />
<xs:enumeration value="LongText" />
<xs:enumeration value="Empty" />
</xs:restriction>
</xs:simpleType>
Enumeration Values
Value |
Description |
---|---|
String |
String data type. |
Integer |
Integer data type. |
Time |
Date/time data type. |
StringVector |
Treats as a String data type. |
Boolean |
Boolean data type. |
FileSystemTime |
Treats as a date/time data type. |
IntVector |
Treats as an Integer data type. |
Double |
Treats as a Double data type. |
LongText |
Treats as a String data type. |
Empty |
No value. |