LinkedResourceCollection.Remove

LinkedResourceCollection.Remove method

Removes the first occurrence of a LinkedResource object from the LinkedResourceCollection.

public bool Remove(LinkedResource item)
ParameterTypeDescription
itemLinkedResourceThe LinkedResource to remove.

Return Value

true if item is successfully removed; otherwise, false.

See Also