Tuesday, June 29, 2010

SharePoint Field Attributes

Defines the internal data types used in the list infrastructure of a SharePoint Web site. A field is a column or attribute of information that a user can add to a list.

Definition of the attributes can be found here: http://msdn.microsoft.com/en-us/library/ms437580.aspx

<Field

Aggregation = "sum" | "count" | "average" | "min" | "max" | "merge" | "plaintext" | "first" | "last"

AllowDeletion = "TRUE" | "FALSE"

AllowHyperlink = "TRUE" | "FALSE"

AllowMultiVote = "TRUE" | "FALSE"

AppendOnly = "TRUE" | "FALSE"

AuthoringInfo = "Text"

BaseType = "Integer" | "Text"

CalType = "Integer"

CanToggleHidden = "TRUE" | "FALSE"

ClassInfo = "Text"

ColName = "Text" ColName2 = "Text"

Commas = "TRUE" | "FALSE" Customization = "Text"

Decimals = "Integer"

Description = "Text"

Dir = "Text" Direction = "Text"

DisplaceOnUpgrade = "TRUE" | "FALSE"

DisplayImage = "Text"

DisplayName = "Text"

DisplayNameSrcField = "Text" DisplaySize = "Integer"

Div = "Number"

EnableLookup = "TRUE" | "FALSE" EnforceUniqueValues = "TRUE" | "FALSE"

ExceptionImage = "Text"

FieldRef = "Text"

FillInChoice = "TRUE" | "FALSE"

Filterable = "TRUE" | "FALSE"

FilterableNoRecurrence = "TRUE" | "FALSE"

ForcedDisplay = "Text" ForcePromoteDemote = "TRUE" | "FALSE"

Format = "Text"

FromBaseType = "TRUE" | "FALSE"

Group = "Text"

HeaderImage = "Text"

Height = "Integer"

Hidden = "TRUE" | "FALSE"

HTMLEncode = "TRUE" | "FALSE"

ID = "Text" Id = "Text"

IMEMode = "inactive"

Indexed = "TRUE" | "FALSE"

IsolateStyles = "TRUE" | "FALSE" IsRelationship = "TRUE" | "FALSE"

JoinColName = "Text"

JoinRowOrdinal = "Integer"

JoinType = "INNER" | "LEFT OUTER" | "RIGHT OUTER"

LCID = "Integer" LinkToItem = "TRUE" | "FALSE" LinkToItemAllowed = "Text"

List = "Text" ListItemMenu = "TRUE" | "FALSE" ListItemMenuAllowed = "Text

Max = "Number"

MaxLength = "Integer"

Min = "Number"

Mult = "TRUE" | "FALSE"

Name = "Text"

NegativeFormat = "MinusSign" | "Parens"

Node = "Text"

NoEditFormBreak = "TRUE" | "FALSE"

NumLines = "Integer"

Percentage = "TRUE" | "FALSE"

PIAttribute = "Text"

PITarget = "Text"

PrependId = "TRUE" | "FALSE"

Presence = "TRUE" | "FALSE"

PrimaryKey = "TRUE" | "FALSE"

PrimaryPIAttribute = "Text"

PrimaryPITarget = "Text"

ReadOnly = "TRUE" | "FALSE"

ReadOnlyEnforced = "TRUE" | "FALSE" RelationshipDeleteBehavior = "Text"

RenderXMLUsingPattern = "TRUE" | "FALSE"

Required = "TRUE" | "FALSE"

RestrictedMode = "TRUE" | "FALSE"

ResultType = "Text"

RichText = "TRUE" | "FALSE"

RichTextMode = "Text"

RowOrdinal = "Integer"

Sealed = "TRUE" | "FALSE"

SeparateLine = "TRUE" | "FALSE"

SetAs = "Text"

ShowAddressBookButton = "TRUE" | "FALSE" ShowAlways = "TRUE" | "FALSE"

ShowField = "Text" | "Choice" | "Counter"

ShowInDisplayForm = "TRUE" | "FALSE"

ShowInEditForm = "TRUE" | "FALSE"

ShowInFileDlg = "TRUE" | "FALSE"

ShowInListSettings = "TRUE" | "FALSE"

ShowInNewForm = "TRUE" | "FALSE"

ShowInVersionHistory = "TRUE" | "FALSE"

ShowInViewForms = "TRUE" | "FALSE"

Sortable = "TRUE" | "FALSE"

SourceID = "Text"

StaticName = "Text"

StorageTZ = "UTC" | "Abstract"

StripWS = "TRUE" | "FALSE"

SuppressNameDisplay = "TRUE" | "FALSE"

TextOnly = "TRUE" | "FALSE"

Title = "Text"

Type = "Data_Type"

UniqueId = "Text"

UnlimitedLengthInDocumentLibrary = "TRUE" | "FALSE"

URLEncode = "TRUE" | "FALSE"

URLEncodeAsUrl = "TRUE" | "FALSE"

UserSelectionMode = "Text"

UserSelectionScope = "Integer" Version = "Text"

Viewable = "TRUE" | "FALSE" WebId = "Text"

Width = "Integer"

WikiLinking = "TRUE" | "FALSE"

XName = "Text">

</Field>

No comments:

Post a Comment