Get the Id of the collection by its name

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public int GetCollectionIdByName(
	string collectionName
)
Visual Basic
Public Function GetCollectionIdByName ( 
	collectionName As String
) As Integer
Visual C++
public:
int GetCollectionIdByName(
	String^ collectionName
)

Parameters

collectionName
Type: System..::..String
Name of the collection

Return Value

Type: Int32
The Id of the collection with the passed in name

See Also