Click or drag to resize
GetExternalFileService Properties

The GetExternalFileService type exposes the following members.

Properties
  NameDescription
Protected propertyAllowCache
Gets or sets whether cache is allowed. By default cache is allowed on live site.
(Overrides AdvancedGetFileServiceAllowCache.)
Protected propertyAllowClientCache
Returns true if client cache is allowed for the current request.
(Inherited from AdvancedGetFileService.)
Protected propertyCacheMinutes
Cache minutes.
(Inherited from AdvancedGetFileService.)
Protected propertyClientCacheMinutes
Cache minutes.
(Inherited from AdvancedGetFileService.)
Protected propertyCurrentSite
Current site.
(Inherited from AdvancedGetFileService.)
Protected propertyCurrentSiteName
Current site name.
(Inherited from AdvancedGetFileService.)
Protected propertyHeight
Image height.
(Inherited from AdvancedGetFileService.)
Protected propertyIsLiveSite
Indicates if live site mode.
(Inherited from AdvancedGetFileService.)
Protected propertyLogCommunicationExceptions
Whether to log exception caused by communication problems (e.g. when remote host closes the connection). Log exceptions has to be set to TRUE.
(Inherited from AdvancedGetFileService.)
Protected propertyLogExceptions
Logs the exceptions caused by the process.
(Inherited from AdvancedGetFileService.)
Protected propertyMaxSideSize
Image maximum side size.
(Inherited from AdvancedGetFileService.)
Protected propertyOutputDataCacheItemName
Cache item name for the file output data.
(Inherited from AdvancedGetFileService.)
Protected propertyRequestStatusEnum
Gets current request URL rewriting status.
(Inherited from AdvancedGetFileService.)
Protected propertyRevalidateClientCache
Gets or sets the value representing if client HTTP cache should be revalidated.
(Inherited from AdvancedGetFileService.)
Protected propertyWidth
Image width.
(Inherited from AdvancedGetFileService.)
Top
See Also