ForumAttachmentInfoProviderGetForumAttachmentInfoWithoutBinary 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 GetForumAttachmentInfoWithoutBinary(
Guid guid,
string siteName
)
Parameters
- guid
- Type: SystemGuid
GUID of the forumAttachment to return - siteName
- Type: SystemString
Attachment site name
Return Value
Type:
ForumAttachmentInfoSee Also