Enum ModelMode
- Namespace
- CivitaiSharp.Core.Models
- Assembly
- CivitaiSharp.Core.dll
Mode or status state of a model.
public enum ModelMode
- Extension Methods
Fields
Archived = 0The model has been archived. Maps to API value "Archived".
TakenDown = 1The model has been taken down and is no longer available. Maps to API value "TakenDown".
Remarks
API string mappings are defined in ApiStringRegistry.