Open this page in the API Guide

FileSystemHelper.IsVersionControlled 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 (25.1.0.1000)
Syntax
public static bool IsVersionControlled(
	ObjectType type
)

Parameters

type
Type: Dundas.BI.ObjectType
The type of the object.

Return Value

Type: Boolean
true if objects of the specified type can be checked in and out; otherwise, false.
See Also