Click or drag to resize
CustomProcessorResult Constructor
Creates new instance of CustomProcessorResult

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public CustomProcessorResult(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info the process processes.
Exceptions
ExceptionCondition
NullReferenceExceptionThrown when typeInfo is .
See Also