Open this page in the API Guide

IFileSystemService.RevisionExists Method

Determines whether a revision of an entry with the specified ID and revision number exists.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool RevisionExists(
	Guid id,
	long revision
)

Parameters

id
Type: System.Guid
The ID of the entry to check for revision existence.
revision
Type: System.Int64
The revision number to check for existence.

Return Value

Type: Boolean
true if an entry with the specified ID and revision number exists otherwise false.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
ArgumentOutOfRangeExceptionrevision is less than -1.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also