ForumAttachmentInfoProviderEnsureAttachmentPhysicalFile Method |
Ensures the attachment file in the file system and returns the path to the file.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static string EnsureAttachmentPhysicalFile(
ForumAttachmentInfo attachmentInfo,
string siteName
)
Parameters
- attachmentInfo
- Type: CMS.ForumsForumAttachmentInfo
Attachment info - siteName
- Type: SystemString
Attachment site name
Return Value
Type:
StringSee Also