Gets a value indicating whether the file is inactive.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsInactive { get; }Public ReadOnly Property IsInactive As Boolean
	Get
public:
property bool IsInactive {
	bool get ();
}member IsInactive : bool with get
Property Value
Type: 
Boolean if the file is inactive; otherwise, 
.
            
Remarks
            If a file is inactive, it means that it's a subentry which is no longer referenced by the current revision of
            any other entities.
            
See Also