WelcomePageFieldCollection.Add Method
Adds a field to the collection.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Sub Add ( _
fld As SPField _
)
'Usage
Dim instance As WelcomePageFieldCollection
Dim fld As SPField
instance.Add(fld)
public void Add(
SPField fld
)
Parameters
fld
Type: Microsoft.SharePoint.SPFieldThe field to be added.
See Also
Reference
WelcomePageFieldCollection Class