WelcomePageFieldCollection.Remove method
Namespace: Microsoft.SharePoint.Client.DocumentSet
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Sub Remove ( _
fieldId As Guid _
)
'Usage
Dim instance As WelcomePageFieldCollection
Dim fieldId As Guid
instance.Remove(fieldId)
public void Remove(
Guid fieldId
)
Parameters
- fieldId
Type: System.Guid
See also
Reference
WelcomePageFieldCollection class