ExportSolutionRequest.ExportGeneralSettings Property

Definition

Gets or sets whether general settings should be included in the solution being exported. Optional.

public:
 property bool ExportGeneralSettings { bool get(); void set(bool value); };
public bool ExportGeneralSettings { get; set; }
member this.ExportGeneralSettings : bool with get, set
Public Property ExportGeneralSettings As Boolean

Property Value

true if the general settings should be included in the solution being exported; otherwise, false.

Remarks

This setting includes the following values with the solution:

  • Organization.FullNameConventionCode

  • Organization.NumberFormat

  • Organization.NegativeFormatCode

  • Organization.CurrencySymbol

  • Organization.CurrencyFormatCode

  • Organization.PricingDecimalPrecision

  • Organization.ShareToPreviousOwnerOnAssign

  • Organization.BlockedAttachments

  • Organization.GetStartedPaneContentEnabled

  • Organization.IsPresenceEnabled

  • Organization.IsAutoSaveEnabled

  • Organization.GlobalHelpUrl

  • Organization.GlobalHelpUrlEnabled

  • Organization.GlobalAppendUrlParametersEnabled

  • Organization.MobileClientMashupEnabled

Applies to