C# Class PeoplePickerRemediation.Console.Constants

This class holds all constants used by the program. No code
Show file Open project: OfficeDev/PnP-Transformation

Public Properties

Property Type Description
CharacterLimitForCsvCell int
CharactersThatMustBeQuoted char[]
CsvDelimeter string
ErrorStatus string
Exception string
ExceptionFileSizeinKb long
Logging bool
MaxListRecordsToExportCount int
MaxListRecordsToExportCountForPeriodic int
NoUpdateRequired string
NotApplicable string
OutPutreportSeparator string
OutputFileSizeinKb long
PeopplePickerReportOutput string
SuccessStatus string
TraceLogFileSuffix string

Property Details

CharacterLimitForCsvCell public static property

Excel/CSV Cell CharacterLimit. According to Microsoft's documentation: https://support.office.com/en-us/article/Excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3 Excel cannot read more than 32767 characters in a single cell Total number of characters that a cell can contain: 32,767 characters
public static int CharacterLimitForCsvCell
return int

CharactersThatMustBeQuoted public static property

public static char[] CharactersThatMustBeQuoted
return char[]

CsvDelimeter public static property

public static string CsvDelimeter
return string

ErrorStatus public static property

public static string ErrorStatus
return string

Exception public static property

public static string Exception
return string

ExceptionFileSizeinKb public static property

public static long ExceptionFileSizeinKb
return long

Logging public static property

public static bool Logging
return bool

MaxListRecordsToExportCount public static property

public static int MaxListRecordsToExportCount
return int

MaxListRecordsToExportCountForPeriodic public static property

public static int MaxListRecordsToExportCountForPeriodic
return int

NoUpdateRequired public static property

public static string NoUpdateRequired
return string

NotApplicable public static property

public static string NotApplicable
return string

OutPutreportSeparator public static property

public static string OutPutreportSeparator
return string

OutputFileSizeinKb public static property

public static long OutputFileSizeinKb
return long

PeopplePickerReportOutput public static property

public static string PeopplePickerReportOutput
return string

SuccessStatus public static property

public static string SuccessStatus
return string

TraceLogFileSuffix public static property

public static string TraceLogFileSuffix
return string