Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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