FileHelperUseSiteSpecificCustomFolder Method |
Indicates if site specific custom folder should be used for storing files.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool UseSiteSpecificCustomFolder(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanTrue if custom folder is used, otherwise false
See Also