FileSystemHelperIsVersionControlled Method |
Determines whether objects of the specified type of object can be checked in and out.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 ObjectType
- The type of the object.
Return Value
Boolean if objects of the specified type can be checked in and out; otherwise,
.
See Also