FileSystemEntryParentId Property

Gets the ID of the item's parent.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public Guid ParentId { get; }

Property Value

Type: Guid
Remarks
An entry is typically the child of another entry. This property contains the ID of the parent.
See Also