FileSystemHelperIsFileType Method

Determines whether the specified type corresponds to a file.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax
public static bool IsFileType(
	ObjectType type
)

Parameters

type
Type: Dundas.BIObjectType
The type.

Return Value

Type: Boolean
if the specified type corresponds to a file; otherwise, .
See Also