Click or drag to resize
ForumPostInfoProviderUpdatePostAttachmentCountInternal 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#
protected virtual void UpdatePostAttachmentCountInternal(
	int postId
)

Parameters

postId
Type: SystemInt32
See Also