Description

Identifies a McDBNode instance and a specific path identifying ancestor McDBNode instances.

Object Model




Members

Methods
Clear Releases the McDBNode and clear member data.
CompareNode Return the relationship of a specified McDBNode and the McDBNode identified by the McDataNodeRef.
Copy Initializes this object from another instance of a McDataNodeRef
GetLinkName Returns the link name between the represented link and its parent.
GetRootDatabase Returns a McDBDatabase for the base of the path stored.
GetValue Returns a value stored relative to a McDBNode instance.
IsInSync Returns True when the backing mcdbnode has not been modified since this object was assigned.
LockNode Creates a McDBNode Write Lock on the Node.
ReferenceActivate Finds (Activates) and References the last McDBNode exposed in this object's path.
ReferenceActivateStatus Returns the status of the last usage of the McDBNode retrieved during ReferenceActivate method.
ReferenceRelease Releases this object's McDBLib references.
Refresh Retains this object's data but attempts to requery the related Node.
SetNode Initialize this object to a McDBNode Path.
SetNodeAccessibleParent Assigns this class to the first accessible Parent specified by Path.
UnlockNode Releases a McDBNode Write Lock made by this object.

Properties
ApplicationRead-only property The Root of the Application Object Model.
DatabaseRead-only property The McDBDatabase that contains the last item in this object's path.
DatabaseLogicalNameRead-only property The Path's root object's Logical name (McDBDatabase.Name).
DatabasePhysicalPathRead-only property The represented object's Database physical database path (McDBDatabase.Path()).
dateModifiedRead-only property Returns the date last modified that the McDBNode was storing when SetNode was called.
DisplayPathRead-only property The database NAME path for represented object or its parent.
FlagsRead-only property The Datamanager flags attached to the object.
IDRead-only property Returns a string identifying a McDBNode's ID
IsDatabaseRootRead-only property True when the path exposes a database root.
IsEmptyRead-only property False when this object is configured.
IsFolderRead-only property Returns True when the node is a Folder Node
IsHiddenRead-only property True when the represented mcdbnode should be hidden in user interface.
IsInRefsCollectionRead-only property Returns True when the McDataNodeRef is parented by a McDataNodeRefs.
IsLocalRead-only property True when this object may not be moved from its database.
IsPrimaryLinkRead-only property True when the last link identified in the Path is the a Primary link.
IsReadOnlyRead-only property True when the represented mcdbnode should be not edited in user interface.
KeyRead-only property Returns a string that uniquely identifies the last McDBNode in the path.
lAncestorDepthRead-only property The number of objects (right to left) in this object's path that were queried and therefore exposed by the activated McDBNode.
NameRead-only property Returns a string identifying a McDBNode's Name
NodeRead-only property Activates the McDBNode and returns its McDBNodes Object.
NodeChildrenRead-only property Activates the McDBNode and returns its McDBNodes Children collection.
ParentRead-only property The Object that created this instance.
PathRead-only property The database ID path for represented object or its parent.
ReferenceActiveRead-only property True when this object has an active node reference.
TypeFlagsRead-only property The represented object's TypeFlags (same as McDBNode.Type.Flags).
TypeNameRead-only property The represented object's TypeName (same as McDBNode.Type.Name).