Click or drag to resize
AdvancedGetFileHandlerETagsMatch Method
Responds with 304 Not Modified if ETags match and object has current timestamp.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual bool ETagsMatch(
	string eTag,
	DateTime lastModified
)

Parameters

eTag
Type: SystemString
Entity tag of object to compare against ETag received in request
lastModified
Type: SystemDateTime
Timestamp of last modification to compare against value in request

Return Value

Type: Boolean
See Also