Click or drag to resize
WorkflowInfoProviderGetFullNameWhereCondition Method
Gets the where condition that searches the object based on the given full name

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected override string GetFullNameWhereCondition(
	string fullName
)

Parameters

fullName
Type: SystemString
Object full name

Return Value

Type: String
See Also