Method SetAsThumbnail
SetAsThumbnail(Artifact, int?)
Set the thumbnail of the generations list to the given artifact.
Declaration
public void SetAsThumbnail(Artifact artifact, int? indexToReplace = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Artifact | artifact | Artifact to set. |
| int? | indexToReplace | The index in the generations list to replace. (optional) |