Click or drag to resize
ForumAttachmentInfoProviderGetFilesFolderPath Method
Returns physical path to folder with forum attachments files which are associated with the specified site.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string GetFilesFolderPath(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: String
See Also