Click or drag to resize
DocumentAttachmentCollectionGetNameWhereCondition Method
Gets the where condition by object name

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public override IWhereCondition GetNameWhereCondition(
	string name
)

Parameters

name
Type: SystemString
Object name

Return Value

Type: IWhereCondition
See Also