Table of Contents

Interface ISyntexClassifyAndExtractResult

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Result of a classify and extract operation requested for a file

public interface ISyntexClassifyAndExtractResult

Properties

Created

Date of the classify and extract request creation

DateTime Created { get; }

Property Value

DateTime

DeliverDate

Date of the classify and extract request delivery

DateTime DeliverDate { get; }

Property Value

DateTime

ErrorMessage

The classify and extract error (if there was any)

string ErrorMessage { get; }

Property Value

string

Id

Id of the classify and extract request

Guid Id { get; }

Property Value

Guid

Status

Status of the classify and extract request

string Status { get; }

Property Value

string

StatusCode

The status code of the classify and extract request, 2xx == success

int StatusCode { get; }

Property Value

int

TargetServerRelativeUrl

Server relative url of the file requested to be classified and extracted

string TargetServerRelativeUrl { get; }

Property Value

string

TargetSiteUrl

Url of the site containing the file requested to be classified and extracted

string TargetSiteUrl { get; }

Property Value

string

TargetWebServerRelativeUrl

Server relative url of the web containing the file requested to be classified and extracted

string TargetWebServerRelativeUrl { get; }

Property Value

string

WorkItemType

Type of this Syntex machine learning work item

Guid WorkItemType { get; }

Property Value

Guid