FileSystemHelperIsResourceType Method |
Determines whether the object type is a resource.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static bool IsResourceType(
ObjectType type
)
Public Shared Function IsResourceType (
type As ObjectType
) As Boolean
public:
static bool IsResourceType(
ObjectType type
)
static member IsResourceType :
type : ObjectType -> bool
Parameters
- type
- Type: Dundas.BIObjectType
The object type.
Return Value
Type:
Boolean if the object type corresponds to a resource; otherwise,
.
See Also