C# Class UdcxRemediation.Console.Constants

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

Public Properties

Property Type Description
CharacterLimitForCsvCell int
CharactersThatMustBeQuoted char[]
CsvDelimeter string
ErrorStatus string
Exception string
ExceptionFileSizeinKb long
Logging bool
NoAuthNodeFound string
NotApplicable string
OutputFileSizeinKb long
SuccessStatus string
TraceLogFileSuffix string
UdcxReport string
UdcxRepotInputFileName string

Property Details

CharacterLimitForCsvCell public_oe static_oe 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_oe static_oe property

public static char[] CharactersThatMustBeQuoted
return char[]

CsvDelimeter public_oe static_oe property

public static string CsvDelimeter
return string

ErrorStatus public_oe static_oe property

public static string ErrorStatus
return string

Exception public_oe static_oe property

public static string Exception
return string

ExceptionFileSizeinKb public_oe static_oe property

public static long ExceptionFileSizeinKb
return long

Logging public_oe static_oe property

public static bool Logging
return bool

NoAuthNodeFound public_oe static_oe property

public static string NoAuthNodeFound
return string

NotApplicable public_oe static_oe property

public static string NotApplicable
return string

OutputFileSizeinKb public_oe static_oe property

public static long OutputFileSizeinKb
return long

SuccessStatus public_oe static_oe property

public static string SuccessStatus
return string

TraceLogFileSuffix public_oe static_oe property

public static string TraceLogFileSuffix
return string

UdcxReport public_oe static_oe property

public static string UdcxReport
return string

UdcxRepotInputFileName public_oe static_oe property

public static string UdcxRepotInputFileName
return string