Skip to content

IDynamicScript interface

namespace: Serenity.Web   assemblySerenity.Net.Core

Dynamic script abstraction

public interface IDynamicScript

Members

name description
Expiration { get; } Cache expiration timespan
GroupKey { get; } Group key for cached items
CheckRights(…) Checks whether the current user has the permissions required to access this script, throwing an exception if access is not allowed.
GetScript() Gets the script content

See Also