GetFilePage ETagsMatch Method Kentico 8.0 API Reference
Responds with 304 Not Modified if ETags match and object has current timestamp.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

etag
Type: OnlineSystem String
Entity tag of object to compare against ETag received in request
lastModified
Type: OnlineSystem DateTime
Timestamp of last modification to compare against value in request

Return Value

Type: OnlineBoolean
See Also