Table of Contents

Class PredefinedActivationTypeNames

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Provides predefined activation type names used throughout the WindowSill system. These constants define the standard activation types that can trigger sill operations based on different types of user selections or interactions.

public static class PredefinedActivationTypeNames
Inheritance
PredefinedActivationTypeNames
Inherited Members

Fields

JsonSelection

Activation type for JSON content selections. Use this when the sill should be triggered by selecting structured JSON data, allowing for specialized processing of JSON objects.

public const string JsonSelection = "jsonSelection"

Field Value

string

TextSelection

Activation type for text-based selections. Use this when the sill should be triggered by selecting plain text content in any application or context.

public const string TextSelection = "textSelection"

Field Value

string

UriSelection

Activation type for URI/URL selections. Use this when the sill should be triggered by selecting web addresses, file paths, or other URI-formatted content.

public const string UriSelection = "uriSelection"

Field Value

string