Click or drag to resize
FileSystemDeleteObjectsByTypeJobGetObjectsInDatabase Method
Gets enumeration of all objects of given type. Only objects that are covered by continuous integration solution are returned.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected virtual IEnumerable<BaseInfo> GetObjectsInDatabase(
	string objectType
)

Parameters

objectType
Type: SystemString
Returned objects' type.

Return Value

Type: IEnumerableBaseInfo
Enumeration of all objects of given type.
See Also