[This is preliminary documentation and is subject to change.]

Checks the duplicate entries in the report

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int CheckReportDuplicate(
	MetaConstants..::.MetaEntity me,
	int externalKey,
	int reportId,
	string name,
	bool isPrivate
)
Visual Basic (Declaration)
Public Function CheckReportDuplicate ( _
	me As MetaConstants..::.MetaEntity, _
	externalKey As Integer, _
	reportId As Integer, _
	name As String, _
	isPrivate As Boolean _
) As Integer
Visual C++
public:
int CheckReportDuplicate(
	MetaConstants..::.MetaEntity me, 
	int externalKey, 
	int reportId, 
	String^ name, 
	bool isPrivate
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalKey
Type: System..::.Int32
The group id
reportId
Type: System..::.Int32
The unique id of the report
name
Type: System..::.String
The name of the report
isPrivate
Type: System..::.Boolean
true if the report is private

Return Value

0 if there is no duplicate

See Also