MagicCMS Documentation
MagicPost
.
.
::
.
.
AddChild Method
Adds a child to a Post.
Namespace:
MagicCMS.Core
Assembly:
MagicCMS.4.5
(in MagicCMS.4.5.dll)
Syntax
C#
public
bool
AddChild
(
int
childId
)
Parameters
childId
Type:
Int32
The child unique identifier.
Return Value
True on success.
See Also
MagicPost Class
MagicCMS.Core Namespace