Udostępnij za pośrednictwem


ExtensionImage.SampleConfig Property

Definition

Optional. Optional. A sample configuration for the extension. It can be downloaded by users, and the user can replace with customized input parameters. The sample configuration should be sufficiently commented. If configuration data are in XML format, then the XML document-level element must be 'Configuration', and the optional public configuration data corresponds to a child element of 'PublicConfig', and the optional private configuration data corresponds to a child element of 'PrivateConfig'. The sample configuration data should be validated against public and private configuration schema by the publisher.

public string SampleConfig { get; set; }
member this.SampleConfig : string with get, set
Public Property SampleConfig As String

Property Value

Applies to