FormsField Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The FormsField type describes a form field.

Syntax

<FormsField> 
  <ID />
  <Name />
  <DataType />
  <Label />
  <IsRTFLabel />
  <ValidationType />
  <ValidationParameter />
  <URI />
</FormsField>

Complex Type Elements

Element

Data type

Description

ID

xs:string

The Forms tool ID for the field.

Name

xs:string

The name of the field.

DataType

xs:string

The type of the field. The returned type values are: "String", "RichText", "Number", "Date", and "Attachments".

Label

xs:string

The field's label. This is the name of the field as seen by the user of the tool.

IsRTFLabel

xs:boolean

True if the Label contains RTF formatting information; false if the label contains plain text only.

ValidationType

xs:string

Reserved for future use. This element is optional and Groove 2007 does not return this element.

ValidationParameter

xs:string

Reserved for future use. This element is optional and Groove 2007 does not return this element.

URI

xs:anyURI

The URI that identifies the form field.

See Also

Reference

GrooveForms2 Web Service

GrooveForms2.ReadFormFields Operation

Concepts

Accessing Forms Tool Design Information