Node.ReferenceTable vs Node.References

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
NicovanVeen
Hero Member
Hero Member
Posts: 23
Joined: 23 Aug 2013, 09:30

Node.ReferenceTable vs Node.References

Post by NicovanVeen »

Hi

The documentation says : "Node.ReferenceTable should be used instead of Node. References property."

Node.References apperently doesn't return anything anymore in the new version.
Is it sufficient to replace the former Node.References by Node.ReferenceTable.FindAll() ?

Kind regards
Nico

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Node.ReferenceTable vs Node.References

Post by Support Team »

Hello,

Node.ReferenceTable.FindAll() will return all references that have been returned by the Node.References property in previous versions.
But we recomment to use the method Node.FindAllReferences() to return all references of a node. For adding and removing references the methods Node.AddReference and Node.RemoveReference should be used.

Best regards
Support Team

Post Reply