ISafeControlEntryCollection.Remove(ISafeControlEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.