다음을 통해 공유


CUI.JsonXmlElement.appendChildNode(node) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Appends a specified child element to the children of the element.

var value = CUI.JsonXmlElement.appendChildNode(node);

Parameters

node

Type: CUI.JsonXmlElement

The child element to be appended to the children of the element.

Return Value

Type: CUI.JsonXmlElement

The child element appended to the children of the element.

Remarks

This method appends the specified child element to the end of the children.

Applies To

CUI.JsonXmlElement Class

See Also

Reference

CUI.JsonXmlElement Methods

CUI.JsonXmlElement Properties

CUI Namespace