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.3.0.1000)
Syntax public bool IsTemporary { get; }
Public ReadOnly Property IsTemporary As Boolean
Get
public:
property bool IsTemporary {
bool get ();
}
member IsTemporary : bool with 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