Interface IArchivable
Represents objects that can be archived.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IArchivable
Properties
| Edit this page View SourceIsArchived
Gets or sets whether this object is archived.
Declaration
bool IsArchived { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |