IAppResourceServiceDeleteBuiltInResource Method |
Deletes the built-in resource.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool 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.AppResourcesBuiltInResourceKind
Kind of the built-in resource. - tenantId
- Type: SystemNullableGuid
The tenant identifier.
Return Value
Type:
Boolean if resource is found and deleted,
otherwise.
Exceptions See Also