IAppResourceService.DeleteBuiltInResource Method |
Deletes the built-in resource.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxbool DeleteBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Guid? tenantId
)
Function DeleteBuiltInResource (
builtInResourceKind As BuiltInResourceKind,
tenantId As Guid?
) As Boolean
bool DeleteBuiltInResource(
BuiltInResourceKind builtInResourceKind,
Nullable<Guid> tenantId
)
abstract DeleteBuiltInResource :
builtInResourceKind : BuiltInResourceKind *
tenantId : Nullable<Guid> -> bool
Parameters
- builtInResourceKind
- Type: Dundas.BI.AppResources.BuiltInResourceKind
Kind of the built-in resource. - tenantId
- Type: System.Nullable<Guid>
The tenant identifier.
Return Value
Type:
Booleantrue if resource is found and deleted,
false otherwise.
Exceptions
See Also