Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public int GetRelatedCount(
	string relationIdentifier,
	string owningEntityID,
	string userID
)
Visual Basic
Public Function GetRelatedCount ( _
	relationIdentifier As String, _
	owningEntityID As String, _
	userID As String _
) As Integer
Visual C++
public:
virtual int GetRelatedCount(
	String^ relationIdentifier, 
	String^ owningEntityID, 
	String^ userID
) sealed

Parameters

relationIdentifier
Type: System..::..String
owningEntityID
Type: System..::..String
userID
Type: System..::..String

Implements

IEntityRelationManager..::..GetRelatedCount(String, String, String)

See Also