SPFieldTypeDefinitionCollection constructor
Initializes a new instance of the SPFieldTypeDefinitionCollection class based on the specified website for the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New SPFieldTypeDefinitionCollection(web)
public SPFieldTypeDefinitionCollection(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebAn SPWeb object that specifies thewebsite for the collection.
See also
Reference
SPFieldTypeDefinitionCollection class