FileSystemEntryIsTemporary Property

Gets a value indicating whether the entry resides under a temporary folder.

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

Property Value

Type: Boolean
if the entry's parent is temporary, or the parent's object type is either TempRootFolder or ProjectTempRootFolder; otherwise, .
See Also