Information about the UID format used by a HierarchyNodeTypeHandlerBase. The UID is a binary blob that uniquely identifies a node across sessions. A HierarchyUIDInfo.Size of 0 means the handler does not support UID serialization.
| Property | Description |
|---|---|
| Size | The per-node UID size in bytes. Zero means no UID support. |
| Version | The format version. Increment when the UID encoding changes. |
| Constructor | Description |
|---|---|
| HierarchyUIDInfo | Creates a HierarchyUIDInfo. |