ForumAttachmentInfoProvider.GetForumAttachmentInfoWithoutBinary Method |
Returns the ForumAttachment structure for the specified forumAttachment.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntaxpublic static ForumAttachmentInfo GetForumAttachmentInfoWithoutBinary(
Guid guid,
string siteName
)
Parameters
- guid
- Type: System.Guid
GUID of the forumAttachment to return - siteName
- Type: System.String
Attachment site name
Return Value
Type:
ForumAttachmentInfo
See Also