ForumAttachmentInfoProviderGetForumAttachmentInfoByGuid Method |
Returns the ForumAttachment structure for the specified forumAttachment.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static ForumAttachmentInfo GetForumAttachmentInfoByGuid(
Guid guid,
string siteName
)
Parameters
- guid
- Type: SystemGuid
Forum attachment guid - siteName
- Type: SystemString
Attachemnt site name
Return Value
Type:
ForumAttachmentInfoSee Also