Click or drag to resize
ExternalFile Constructor
Initializes a new instance of an ExternalFile.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
public ExternalFile(
	DateTime lastModified,
	string eTag = null
)

Parameters

lastModified
Type: SystemDateTime
Defines point in time in which the external file was modified.
eTag (Optional)
Type: SystemString
Defines an optional identifier representing specific version of a resource.
See Also