FileSystemHelperIsVersionControlled Method |
Determines whether objects of the specified type of object can be checked in and out.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static bool IsVersionControlled(
ObjectType type
)
Public Shared Function IsVersionControlled (
type As ObjectType
) As Boolean
public:
static bool IsVersionControlled(
ObjectType type
)
static member IsVersionControlled :
type : ObjectType -> bool
Parameters
- type
- Type: Dundas.BIObjectType
The type of the object.
Return Value
Type:
Boolean if objects of the specified type can be checked in and out; otherwise,
.
See Also