FormsView Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The FormsView type describes a view.

Syntax

<FormsView>
   <ID />
   <Name />
   <RecordsLastModifiedTimeDate />
   <DefaultSortPrimaryKeyFieldName />
   <URI />
   <ViewColumnList>
     <!-- Array of -->  <ViewColumn />
   </ViewColumnList>
</FormsView>

Complex Type Elements

Element

Data type

Description

ID

xs:string

The View ID.

Name

xs:string

The View display name.

RecordsLastModifiedTimeDate

xs:dateTime

The time the records in the view were last modified. Specified as a UTC date-time with a precision of milliseconds.

DefaultSortPrimaryKeyFieldName

xs:string

The name of the default primary sort key field.

URI

xs:anyURI

The View URI. You can use this URI in the QueryRecords operation.

ViewColumnList

Array of ViewColumn

The columns in the view.

See Also

Reference

GrooveForms2 Web Service

GrooveForms2.ReadViews Operation

Concepts

Accessing Forms Tool Design Information