FileSystemHelperIsNonEntityFileType Method |
Determines whether the specified type corresponds to a non-entity file.
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 IsNonEntityFileType(
ObjectType type
)
Public Shared Function IsNonEntityFileType (
type As ObjectType
) As Boolean
public:
static bool IsNonEntityFileType(
ObjectType type
)
static member IsNonEntityFileType :
type : ObjectType -> bool
Parameters
- type
- Type: Dundas.BIObjectType
The type.
Return Value
Type:
Boolean if the specified type corresponds to a non-entity file; otherwise,
.
See Also