C# Class Installer.WebConfigParameters

Configurable parameters in web.config that need to be transferred over to the new one.
Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Méthodes publiques

Свойство Type Description
AllowTabOverride string
Fonts string
MaxDescriptionLength string
MaxLineLength string
MaxLineNumberLength string
MaxReviewCommentLength string
OptionalValues string>.Dictionary
SpacesPerTab string

Property Details

AllowTabOverride public_oe property

Whether users are allowed to override the tab setting. An admin can prohibit this as a style point, if tabs are disallowed.
public string AllowTabOverride
Résultat string

Fonts public_oe property

Supported fonts.
public string Fonts
Résultat string

MaxDescriptionLength public_oe property

Website-wide max description length.
public string MaxDescriptionLength
Résultat string

MaxLineLength public_oe property

Website-wide max line length default.
public string MaxLineLength
Résultat string

MaxLineNumberLength public_oe property

Website-wide max line number length default.
public string MaxLineNumberLength
Résultat string

MaxReviewCommentLength public_oe property

Website-wide max review comment length.
public string MaxReviewCommentLength
Résultat string

OptionalValues public_oe property

Optional values in web.config - they are simply being transferred as is.
public Dictionary OptionalValues
Résultat string>.Dictionary

SpacesPerTab public_oe property

How many spaces per tab do we display. Negative values = tab is displayed as \t.
public string SpacesPerTab
Résultat string