ExternalLinkService.Delete Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Delete(Guid, bool)
Permanently deletes an ExternalLink.
public static bool Delete(Guid id, bool sudo = false)
Parameters
- id
- System.Guid
Id of the ExternalLink to delete.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
bool
The deleted ExternalLink.