Click or drag to resize
ObjectTypeManagerContinuousIntegrationSupportedObjectTypes Property
Returns the list of all object types that are supported by continuous integration.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<string> ContinuousIntegrationSupportedObjectTypes { get; }

Property Value

Type: IEnumerableString
See Also