Click or drag to resize
DocumentRESTServiceGetResponse Method (IEnumerableTreeNode, ExportObjectSettings)
Returns response for modifying methods - ID and GUID of the modified object.

Namespace: CMS.DocumentWebServices
Assembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntax
C#
protected Stream GetResponse(
	IEnumerable<TreeNode> nodes,
	ExportObjectSettings settings
)

Parameters

nodes
Type: System.Collections.GenericIEnumerableTreeNode
TreeNode objects which were created/updated/deleted
settings
Type: CMS.DataEngineExportObjectSettings
Export settings

Return Value

Type: Stream
See Also