C# Class Microsoft.Legal.MatterCenter.Models.DuplicateDocument

Provides the structure required for checking if document already exists.
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
DuplicateDocument ( bool documentExists, bool hasPotentialDuplicate ) : System

Constructor to initialize the DuplicateDocument object

Method Details

DuplicateDocument() public méthode

Constructor to initialize the DuplicateDocument object
public DuplicateDocument ( bool documentExists, bool hasPotentialDuplicate ) : System
documentExists bool Default value for DocumentExists property
hasPotentialDuplicate bool Default value for HasPotentialDuplicate property
Résultat System