Click or drag to resize

ActionTextConditionForTemplateProjectItemsUsedAsTemplate Property

List of project items to be copied to the target folder if the condition is met.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public required ImmutableList<string> ProjectItemsUsedAsTemplate { get; init; }

Property Value

ImmutableListString

Implements

IActionConditionForTemplateProjectItemsUsedAsTemplate
See Also