Click or drag to resize
weroSoft AG, Software
IEncryptedDataProviderMoveContent Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Moves the nodes contained within the source node to the target node.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
void MoveContent(
	Guid source,
	Guid target
)

Parameters

source
Type: SystemGuid
Identifier of the node whose content shall be moved.
target
Type: SystemGuid
Identifier of the target node where the content of the source shall be moved to. Use an empty GUID to move the node to the root level.
See Also