PublicAPI.Objects.DbLock.FindByIdArray ELMA API Documentation
Find All Objects by Array IDs
 
 
Syntax

public ICollection<DbLock> FindByIdArray(
	string[] idArray
)

Parameters

idArray
Type:  System String 
ID Array

Return Value

Type: ICollection DbLock 
List of Found Objects
Remarks

How to find an object ID
See Also