Click or drag to resize
LinkInfoProviderGetFullNameWhereCondition Method
Gets the where condition that searches the transformation based on the given full name.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public string GetFullNameWhereCondition(
	string fullName
)

Parameters

fullName
Type: SystemString
Transformation full name

Return Value

Type: String

Implements

IFullNameInfoProviderGetFullNameWhereCondition(String)
See Also