Click or drag to resize
ISiteStaticFileService Interface
Provides methods for working with site static files.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface ISiteStaticFileService

The ISiteStaticFileService type exposes the following members.

Methods
  NameDescription
Public methodFileExists
Checks if a site static file is available on the specified relative path.
Top
See Also