Adds post to user favorites (if the rercord does not exists yet).
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- postId
- Type: System Int32
ID of the favorite post
- userId
- Type: System Int32
ID of the user
- favoriteName
- Type: System String
Favorite name
- siteId
- Type: System Int32
Site id
Return Value
Type: BooleanReturns true if forum was added to favorites
See Also