C# Class Frapid.WebsiteBuilder.FrapidConfig

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
DisableCache ( string tenant ) : bool
Get ( string tenant, string key ) : string
GetAllowedUploadExtensions ( string tenant ) : string[]
GetMyAllowedResources ( string tenant ) : string[]

Method Details

DisableCache() public static méthode

public static DisableCache ( string tenant ) : bool
tenant string
Résultat bool

Get() public static méthode

public static Get ( string tenant, string key ) : string
tenant string
key string
Résultat string

GetAllowedUploadExtensions() public static méthode

public static GetAllowedUploadExtensions ( string tenant ) : string[]
tenant string
Résultat string[]

GetMyAllowedResources() public static méthode

public static GetMyAllowedResources ( string tenant ) : string[]
tenant string
Résultat string[]