MetaInfoValueType Enumeration
Allows you to specify the data type for values in the metadata dictionary.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration MetaInfoValueType
Dim instance As MetaInfoValueType
public enum MetaInfoValueType
Members
Member name | Description | |
---|---|---|
String | String data type. | |
Integer | Integer data type. | |
Time | Date/time data type. | |
StringVector | Array of string values. | |
Boolean | Boolean data type. | |
FileSystemTime | Date/time data type. | |
IntegerVector | Array of integer values. | |
Double | Double data type. | |
LongText | String data type. | |
Empty | Ignored. Treat as an empty string. |