Click or drag to resize
ForumPostInfoProviderUpdatePostAttachmentCount Method
Counts number of attachments of post specified by postID and saves it into database.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void UpdatePostAttachmentCount(
	int postId
)

Parameters

postId
Type: SystemInt32
See Also