Click or drag to resize
ForumAttachmentInfoProviderEnsureAttachmentPhysicalFile Method
Ensures the attachment file in the file system and returns the path to the file.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string EnsureAttachmentPhysicalFile(
	ForumAttachmentInfo attachmentInfo,
	string siteName
)

Parameters

attachmentInfo
Type: CMS.ForumsForumAttachmentInfo
Attachment info
siteName
Type: SystemString
Attachment site name

Return Value

Type: String
See Also