MagicCMS Documentation
MagicPost
.
.
::
.
.
SetAnswerTo Method
Set the post as un answer or a comment to an other post.
Namespace:
MagicCMS.Core
Assembly:
MagicCMS.4.5
(in MagicCMS.4.5.dll)
Syntax
C#
public
bool
SetAnswerTo
(
int
postPk
)
Parameters
postPk
Type:
Int32
The post pk which the answer is set to.
Return Value
Boolean.
See Also
MagicPost Class
MagicCMS.Core Namespace