Click or drag to resize
AttachmentHelperUseSiteSpecificCustomFolder Method
Indicates if site specific custom folder should be used for storing files.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool UseSiteSpecificCustomFolder(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
True if custom folder is used, otherwise false
See Also