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 (25.3.0.1000)
Syntaxpublic Guid ParentId { get; }Public ReadOnly Property ParentId As Guid
	Get
public:
virtual property Guid ParentId {
	Guid get () sealed;
}abstract ParentId : Guid with get
override ParentId : Guid with 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