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 (26.2.0.1000)
Syntax
public bool IsTemporary { get; }

Property Value

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