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