FileSystemEntryPrimaryEntryId Property

Gets the ID of the primary object which contains the entry.

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

Property Value

NullableGuid
If the entry is a sub-entry, the ID of the closest ancestor which is not a sub-entry; otherwise, .
Remarks
The ID will always be that of a File (never a Folder).
See Also