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

Provides the structure required for checking if document already exists.
Mostra file Open project: Microsoft/mattercenter

Public Methods

Method Description
DuplicateDocument ( bool documentExists, bool hasPotentialDuplicate ) : System

Constructor to initialize the DuplicateDocument object

Method Details

DuplicateDocument() public method

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
return System