ApiCorp: Class Antiplagiat.ApiCorp.Model.CheckDocParams
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.CheckDocParams

Document check parameters. More details...

Properties

ExcludeParams [] ExcludeParams [get, set]
 Conditions for excluding sites (by attributes) More details...
 
DateTime StartDate [get, set]
 The starting date of the source filter (the date is included in the range). To have the possibility od filtration by date of addition it's necessary to enable this functionality through technical support service and pass into DocAttributes.Custom attribute with CustomAttribute.AttrName="PublishDate" and CustomAttribute.AttrValue="YYYY-MM-DD HH:MM:SS". More details...
 
DateTime EndDate [get, set]
 The ending date of the source filter (the date is included in the range). To have the possibility od filtration by date of addition it's necessary to enable this functionality through technical support service and pass into DocAttributes.Custom attribute with CustomAttribute.AttrName="PublishDate" and CustomAttribute.AttrValue="YYYY-MM-DD HH:MM:SS". More details...
 
string DeveloperID [get, set]
 ID of the developer of the external system calling this API. It should be the same for all integrations developed by the same developer. The first 40 symbols are taken into account. More details...
 
bool DisableFuzzySearch [get, set]
 Search with editing factored in. If it is set into true the search with editing is not performed. Default value is false. More details...
 

Detailed description

Document check parameters.

Full list of properties

◆ DeveloperID

string Antiplagiat.ApiCorp.Model.CheckDocParams.DeveloperID
getset

ID of the developer of the external system calling this API. It should be the same for all integrations developed by the same developer. The first 40 symbols are taken into account.

◆ DisableFuzzySearch

bool Antiplagiat.ApiCorp.Model.CheckDocParams.DisableFuzzySearch
getset

Search with editing factored in. If it is set into true the search with editing is not performed. Default value is false.

◆ EndDate

DateTime Antiplagiat.ApiCorp.Model.CheckDocParams.EndDate
getset

The ending date of the source filter (the date is included in the range). To have the possibility od filtration by date of addition it's necessary to enable this functionality through technical support service and pass intoDocAttributes.Custom attribute with CustomAttribute.AttrName="PublishDate" and CustomAttribute.AttrValue="YYYY-MM-DD HH:MM:SS".

◆ ExcludeParams

ExcludeParams [] Antiplagiat.ApiCorp.Model.CheckDocParams.ExcludeParams
getset

Conditions for excluding sites (by attributes)

◆ StartDate

DateTime Antiplagiat.ApiCorp.Model.CheckDocParams.StartDate
getset

The starting date of the source filter (the date is included in the range). To have the possibility od filtration by date of addition it's necessary to enable this functionality through technical support service and pass into DocAttributes.Custom attribute with CustomAttribute.AttrName="PublishDate" and CustomAttribute.AttrValue="YYYY-MM-DD HH:MM:SS".