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)
Syntax
public static bool IsResourceType(
	ObjectType type
)

Parameters

type
Type: Dundas.BIObjectType
The object type.

Return Value

Type: Boolean
if the object type corresponds to a resource; otherwise, .
See Also