Class FieldCalculatedOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Available options for SharePoint Calculated fields
public class FieldCalculatedOptions : CommonFieldOptions
- Inheritance
-
FieldCalculatedOptions
- 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?
DateFormat
Gets or sets the type of date and time format that is used in the field.
public DateTimeFieldFormatType? DateFormat { get; set; }
Property Value
Formula
Gets or sets a value that specifies the formula for the field.
public string Formula { get; set; }
Property Value
OutputType
Gets or sets a value that specifies the output format for the field.
public FieldType OutputType { get; set; }
Property Value
ShowAsPercentage
Gets or sets whether the field must be shown as percentage.
public bool? ShowAsPercentage { get; set; }
Property Value
- bool?