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

Parameters

type  ObjectType
The type of the object.

Return Value

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