Search Results for

    Show / Hide Table of Contents

    Class FieldCalculatedOptions

    Available options for SharePoint Calculated fields

    Inheritance
    System.Object
    CommonFieldOptions
    FieldCalculatedOptions
    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 FieldCalculatedOptions : 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>

    DateFormat

    Gets or sets the type of date and time format that is used in the field.

    Declaration
    public DateTimeFieldFormatType? DateFormat { get; set; }
    Property Value
    System.Nullable<DateTimeFieldFormatType>

    Formula

    Gets or sets a value that specifies the formula for the field.

    Declaration
    public string Formula { get; set; }
    Property Value
    System.String

    OutputType

    Gets or sets a value that specifies the output format for the field.

    Declaration
    public FieldType OutputType { get; set; }
    Property Value
    FieldType

    ShowAsPercentage

    Gets or sets whether the field must be shown as percentage.

    Declaration
    public bool? ShowAsPercentage { get; set; }
    Property Value
    System.Nullable<System.Boolean>

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