Search Results for

    Show / Hide Table of Contents

    Class FieldCurrencyOptions

    Available options for SharePoint Currency fields

    Inheritance
    System.Object
    CommonFieldOptions
    FieldCurrencyOptions
    Inherited Members
    CommonFieldOptions.Id
    CommonFieldOptions.Required
    CommonFieldOptions.AddToDefaultView
    CommonFieldOptions.Options
    CommonFieldOptions.Description
    CommonFieldOptions.InternalName
    CommonFieldOptions.DefaultFormula
    CommonFieldOptions.EnforceUniqueValues
    CommonFieldOptions.Group
    CommonFieldOptions.Hidden
    CommonFieldOptions.Indexed
    CommonFieldOptions.ValidationFormula
    CommonFieldOptions.ValidationMessage
    CommonFieldOptions.ShowInEditForm
    CommonFieldOptions.ShowInViewForms
    CommonFieldOptions.ShowInNewForm
    CommonFieldOptions.CustomFormatter
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class FieldCurrencyOptions : CommonFieldOptions

    Properties

    CurrencyLocaleId

    Gets or sets a value that specifies the language code identifier (LCID) used to format the value of the field.

    Declaration
    public int? CurrencyLocaleId { get; set; }
    Property Value
    System.Nullable<System.Int32>

    Decimals

    How many decimals to show

    Declaration
    public int? Decimals { get; set; }
    Property Value
    System.Nullable<System.Int32>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer