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 (24.3.0.1000)
Syntax public Guid? PrimaryEntryId { get; }
Public ReadOnly Property PrimaryEntryId As Guid?
Get
public:
virtual property Nullable<Guid> PrimaryEntryId {
Nullable<Guid> get () sealed;
}
abstract PrimaryEntryId : Nullable<Guid> with get
override PrimaryEntryId : Nullable<Guid> with get
Property Value
Type:
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