MagicCMS Documentation

MagicPost..::..AddChild Method

Adds a child to a Post.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public bool AddChild(
	int childId
)

Parameters

childId
Type: Int32
The child unique identifier.

Return Value

True on success.