FormCollection Class
Specifies a collection of list forms for a list.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Form>
Microsoft.SharePoint.Client.FormCollection
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FormCollection", ServerTypeId := "{078611ea-ce4d-45c0-9b7a-d4b1b46cc327}")> _
Public Class FormCollection _
Inherits ClientObjectCollection(Of Form)
'Usage
Dim instance As FormCollection
[ScriptTypeAttribute("SP.FormCollection", ServerTypeId = "{078611ea-ce4d-45c0-9b7a-d4b1b46cc327}")]
public class FormCollection : ClientObjectCollection<Form>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.