Table of Contents

Class ContentItemActions

Namespace
FoundationaLLM.Common.Constants.DataPipelines
Assembly
FoundationaLLM.Common.dll

Constants for actions that can be performed on content items.

public static class ContentItemActions
Inheritance
ContentItemActions
Inherited Members

Fields

AddOrUpdate

Add or update a content item.

public const string AddOrUpdate = "add-or-update"

Field Value

string

Remove

Remove a content item.

public const string Remove = "remove"

Field Value

string