FastlaneDeliverConfiguration.

Subtitle Property

Summary

Gets or sets the localized subtitle. Note: subtitle must be a hash, with the language being the key.
Assembly
Cake.Fastlane.dll
Namespace
Cake.Fastlane
Containing Type
FastlaneDeliverConfiguration

Syntax

public Dictionary<string, string> Subtitle { get; set; }

Value

Type Description
Dictionary<string, string>