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

Syntax

C#
public bool SetAllowedTypes(
	string relationID,
	string allowedTypeIDs
)
Visual Basic
Public Function SetAllowedTypes ( _
	relationID As String, _
	allowedTypeIDs As String _
) As Boolean
Visual C++
public:
virtual bool SetAllowedTypes(
	String^ relationID, 
	String^ allowedTypeIDs
) sealed

Parameters

relationID
Type: System..::..String
allowedTypeIDs
Type: System..::..String

Implements

IEntityRelationManager..::..SetAllowedTypes(String, String)

See Also