Class FieldCurrencyOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Available options for SharePoint Currency fields
public class FieldCurrencyOptions : CommonFieldOptions
- Inheritance
-
FieldCurrencyOptions
- Inherited Members
Properties
CurrencyLocaleId
Gets or sets a value that specifies the language code identifier (LCID) used to format the value of the field.
public int? CurrencyLocaleId { get; set; }
Property Value
- int?
Decimals
How many decimals to show
public int? Decimals { get; set; }
Property Value
- int?