Class AiPromptSlashCommandInstallResult
Inheritance
AiPromptSlashCommandInstallResult
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public sealed class AiPromptSlashCommandInstallResult
Constructors
AiPromptSlashCommandInstallResult(IReadOnlyList<string>, IReadOnlyList<string>)
Declaration
public AiPromptSlashCommandInstallResult(IReadOnlyList<string> writtenPaths, IReadOnlyList<string> skippedTargetDisplayNames)
Parameters
Properties
SkippedTargetDisplayNames
Declaration
public IReadOnlyList<string> SkippedTargetDisplayNames { get; }
Property Value
WrittenPaths
Declaration
public IReadOnlyList<string> WrittenPaths { get; }
Property Value