Otter SDK Reference
Version:

IExistential Interface

A PersistedConfiguration that can either exist or not exist on a server.

Inheritance Hierarchy

  • Inedo.Otter.Extensibility.Configurations.IExistential

Syntax

public interface IExistential

Properties

Name Description
Exists

Gets a value indicating whether the configuration exists.

Remarks

When a configuration is considered to not exist on a server, only properties marked with ConfigurationKeyAttribute will be used to make this determination; all other properties should be disregarded.