Click or drag to resize
URLRewriterUseDomaiRedirectForFiles Property

Note: This API is now obsolete.

Indicates whether domain redirect should be used for file request (getattachment, getmediafile, getmetafile, etc)

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use UseDomainRedirectForFiles property instead.")]
public static bool UseDomaiRedirectForFiles { get; set; }

Property Value

Type: Boolean
See Also