SPPersistedChildCollection<T>.Remove Method
Deletes an object from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub Remove ( _
id As Guid _
)
'Usage
Dim instance As SPPersistedChildCollection
Dim id As Guid
instance.Remove(id)
public virtual void Remove(
Guid id
)
Parameters
id
Type: System.GuidA GUID that identifies the object to remove from the collection.
See Also
Reference
SPPersistedChildCollection<T> Class