ISafeControlEntryCollection.Remove(ISafeControlEntry) Method

Definition

Removes the safe control entry from the ISafeControlEntryCollection collection.

public:
 bool Remove(Microsoft::VisualStudio::SharePoint::ISafeControlEntry ^ entry);
public bool Remove (Microsoft.VisualStudio.SharePoint.ISafeControlEntry entry);
abstract member Remove : Microsoft.VisualStudio.SharePoint.ISafeControlEntry -> bool
Public Function Remove (entry As ISafeControlEntry) As Boolean

Parameters

entry
ISafeControlEntry

The safe control entry to remove.

Returns

True if the safe control entry was found and removed; false otherwise.

Applies to