Click or drag to resize
FileMetadataInfoGetExistingWhereCondition Method
Gets a where condition to find an existing object based on current object. Existing object is primarily identified by its ID column value. If not set, the file location is used.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax
C#
protected override WhereCondition GetExistingWhereCondition()

Return Value

Type: WhereCondition
See Also