Click or drag to resize
ForumAttachmentInfoProviderGetForumAttachments Method
Returns a query for all the ForumAttachmentInfo objects.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ForumAttachmentInfo> GetForumAttachments()

Return Value

Type: ObjectQueryForumAttachmentInfo
See Also