C# 클래스 Microsoft.Legal.MatterCenter.Models.ContentCheckDetails

Provides the structure required for performing content check.
파일 보기 프로젝트 열기: Microsoft/mattercenter 1 사용 예제들

공개 메소드들

메소드 설명
ContentCheckDetails ( string fileName, long fileSize ) : System

Two-parameters constructor to initialize object for checking if document exists with the same file name and size

ContentCheckDetails ( string fileName, string subject, long fileSize, string fromField, string sentDate ) : System

Four-parameters constructor to initialize object for checking if mail exists with the same file name, size, from field and sent date

메소드 상세

ContentCheckDetails() 공개 메소드

Two-parameters constructor to initialize object for checking if document exists with the same file name and size
public ContentCheckDetails ( string fileName, long fileSize ) : System
fileName string Name of the file being uploaded
fileSize long Size of the file being uploaded
리턴 System

ContentCheckDetails() 공개 메소드

Four-parameters constructor to initialize object for checking if mail exists with the same file name, size, from field and sent date
public ContentCheckDetails ( string fileName, string subject, long fileSize, string fromField, string sentDate ) : System
fileName string Name of the mail being uploaded
subject string
fileSize long Size of the mail being uploaded
fromField string Value in the From field of the mail being uploaded
sentDate string Sent date of the mail being uploaded
리턴 System