 |
IEncryptedDataProviderGetNodes Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a collection of nodes from the store.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
SyntaxDictionary<Guid, string> GetNodes(
Guid parent
)
Parameters
- parent
- Type: SystemGuid
Node whose containment shall be retrieved. Use 'Guid.Empty' to get the root nodes.
Return Value
Type:
DictionaryGuid,
StringDictionary containing the id and the name of a node.
Remarks
This method retrieves a list of nodes from a particular location within the store. The location may be
either the root or any other subordinated node. If the resulting collection contains nodes which themselves
have nodes in their containment, these subordinated notes are not included.
See Also