• SPFieldType Enumeration 各个类型的说明


    SPFieldType 为一个字段指定数据类型,主要是在我们新建列的时候,才能使用到。

    AllDayEvent
    Specifies an all day event. Corresponds to the SPFieldAllDayEvent class and to the AllDayEvent field type that is specified on the Field element. Value = 29.  

    Attachments
    Specifies attachments. Corresponds to the SPFieldAttachments class and to the Attachments field type that is specified on the Field element. Value = 19.  

    Boolean
    Specifies Boolean values that are stored in the database as 1 or 0. Corresponds to the SPFieldBoolean class and to the Boolean field type that is specified on the Field element. Value = 8.  

    Calculated
    Specifies calculated values. Corresponds to the SPFieldCalculated class and to the Calculated field type that is specified on the Field element. Value = 17.  

    Choice
    Specifies a predetermined set of values that can be used to enter data into the field. Corresponds to the SPFieldChoice class and to the Choice field type that is specified on the Field element. Value = 6.  

    Computed
    Specifies an abstract field type that depends on other fields for its content and definition. Corresponds to the SPFieldComputed class and to the Computed field type that is specified on the Field element. Value = 12.  

    ContentTypeId
    Specifies a content type ID. Corresponds to the ContentTypeId field type that is specified on the Field element. Value = 25.  

    Counter
    Specifies an integer used for internal ID fields. Corresponds to the Counter field type that is specified on the Field element. Value = 5.  

    CrossProjectLink
    Specifies a link between projects in a Meetings Workspace site. Corresponds to the SPFieldCrossProjectLink class and to the CrossProjectLink field type that is specified on the Field element. Value = 22.  

    Currency
    Specifies currency values formatted based on a specific locale. Corresponds to the SPFieldCurrency class and to the Currency field type that is specified on the Field element. Value = 10.  

    DateTime
    Specifies date and time values. Corresponds to the SPFieldDateTime class and to the DateTime field type that is specified on the Field element. Value = 4.  

    Error
    Specifies errors. Value = 24.  

    File
    Specifies files. Corresponds to the SPFieldFile class and to the File field type that is specified on the Field element. Value = 18.  

    GridChoice
    Specifies a Choice field for a data sheet. Corresponds to the SPFieldRatingScale class and to the GridChoice field type that is specified on the Field element. Value = 16.  

    Guid
    Specifies GUIDs. Corresponds to the Guid field type that is specified on the Field element. Value = 14.  

    Integer
    Specifies positive or negative integer values. Corresponds to the Integer field type that is specified on the Field element. Value = 1.  

    Invalid
    Not used. Value = 0.  

    Lookup
    Specifies references to values in other lists. Corresponds to the SPFieldLookup class and to the Lookup field type that is specified on the Field element. Value = 7.  

    MaxItems
    Specifies the maximum number of items. Value = 31.  

    ModStat
    Specifies Content Approval status. Corresponds to the SPFieldModStat class and to the ModStat field type that is specified on the Field element. Value = 23.  

    MultiChoice
    Specifies multiple values per list item. Corresponds to the SPFieldMultiChoice class and to the MultiChoice field type that is specified on the Field element. Value = 15.  

    Note
    Specifies a field that can contain multiple lines of text. Corresponds to the SPFieldMultiLineText class and to the Note field type that is specified on the Field element. Value = 3.  

    Number
    Specifies floating point numbers. Corresponds to the SPFieldNumber class and to the Number field type that is specified on the Field element. Value = 9.  

    PageSeparator
    Inserts a page break in a survey list. Corresponds to the SPFieldPageSeparator class and to the PageSeparator field type that is specified on the Field element. Value = 26.  

    Recurrence
    Specifies a field that is used in calendars for recurring events and abstract field type that, like computed fields, depends on other fields for its content and definition. Corresponds to the SPFieldRecurrence class and to the Recurrence field type that is specified on the Field element. Value = 21.  

    Text
    Specifies a single line of text. Corresponds to the SPFieldText class and to the Text field type that is specified on the Field element. Value = 2.  

    ThreadIndex
    Specifies the ID that indicates the relative position of a message within a conversation thread. Corresponds to the ThreadIndex field type that is specified on the Field element. Value = 27.  

    Threading
    Specifies a field that is used in the creation and display of threaded Web discussions. Corresponds to the Threading field type that is specified on the Field element. Value = 13.  

    URL
    Specifies hyperlinks. Corresponds to the SPFieldUrl class and to the URL field type that is specified on the Field element. Value = 11.  

    User
    Specifies users of a SharePoint site. Corresponds to the SPFieldUser class and to the User field type that is specified on the Field element. Value = 20.  

    WorkflowEventType
    Specifies a workflow event type. Corresponds to the WorkflowEventType field type that is specified on the Field element. Value = 30.  

    WorkflowStatus
    Specifies workflow status. Corresponds to the SPFieldWorkflowStatus class and to the WorkflowStatus field type that is specified on the Field element. Value = 28.  

  • 相关阅读:
    javascript清空数组的三种方法
    assigning to rvalue错误的原因与解决方法
    form表单提交的disabled属性踩坑记录(某个字段死活保存不上)
    java对两个字符串数组取交集、并集和差集
    vue2.x学习笔记(三十二)
    vue2.x学习笔记(三十)
    vue2.x学习笔记(二十九)
    vue2.x学习笔记(二十八)
    数据结构与算法之间的关系
    记一次解决CSS定位bug思路
  • 原文地址:https://www.cnblogs.com/icedog/p/1785194.html
Copyright © 2020-2023  润新知