C# Class Frapid.WebsiteBuilder.FrapidConfig

显示文件 Open project: frapid/frapid

Public Methods

Method Description
DisableCache ( string tenant ) : bool
Get ( string tenant, string key ) : string
GetAllowedUploadExtensions ( string tenant ) : string[]
GetMyAllowedResources ( string tenant ) : string[]

Method Details

DisableCache() public static method

public static DisableCache ( string tenant ) : bool
tenant string
return bool

Get() public static method

public static Get ( string tenant, string key ) : string
tenant string
key string
return string

GetAllowedUploadExtensions() public static method

public static GetAllowedUploadExtensions ( string tenant ) : string[]
tenant string
return string[]

GetMyAllowedResources() public static method

public static GetMyAllowedResources ( string tenant ) : string[]
tenant string
return string[]