C# 클래스 PeoplePickerRemediation.Console.Constants

This class holds all constants used by the program. No code
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

CharacterLimitForCsvCell 공개적으로 정적으로 프로퍼티

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
리턴 int

CharactersThatMustBeQuoted 공개적으로 정적으로 프로퍼티

public static char[] CharactersThatMustBeQuoted
리턴 char[]

CsvDelimeter 공개적으로 정적으로 프로퍼티

public static string CsvDelimeter
리턴 string

ErrorStatus 공개적으로 정적으로 프로퍼티

public static string ErrorStatus
리턴 string

Exception 공개적으로 정적으로 프로퍼티

public static string Exception
리턴 string

ExceptionFileSizeinKb 공개적으로 정적으로 프로퍼티

public static long ExceptionFileSizeinKb
리턴 long

Logging 공개적으로 정적으로 프로퍼티

public static bool Logging
리턴 bool

MaxListRecordsToExportCount 공개적으로 정적으로 프로퍼티

public static int MaxListRecordsToExportCount
리턴 int

MaxListRecordsToExportCountForPeriodic 공개적으로 정적으로 프로퍼티

public static int MaxListRecordsToExportCountForPeriodic
리턴 int

NoUpdateRequired 공개적으로 정적으로 프로퍼티

public static string NoUpdateRequired
리턴 string

NotApplicable 공개적으로 정적으로 프로퍼티

public static string NotApplicable
리턴 string

OutPutreportSeparator 공개적으로 정적으로 프로퍼티

public static string OutPutreportSeparator
리턴 string

OutputFileSizeinKb 공개적으로 정적으로 프로퍼티

public static long OutputFileSizeinKb
리턴 long

PeopplePickerReportOutput 공개적으로 정적으로 프로퍼티

public static string PeopplePickerReportOutput
리턴 string

SuccessStatus 공개적으로 정적으로 프로퍼티

public static string SuccessStatus
리턴 string

TraceLogFileSuffix 공개적으로 정적으로 프로퍼티

public static string TraceLogFileSuffix
리턴 string