Result of creating a solution item.

interface ICreateSolutionResult {
    enableItemReuse?: boolean;
    solutionTemplateItemId: string;
    success: boolean;
}

Properties

enableItemReuse?: boolean

When true items with source-itemId type keyword will be reused; default: false

solutionTemplateItemId: string

Id of created Solution template

success: boolean

Success or failure