Table of Contents

Interface ISyntexModelPublicationResult

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

The result of a SharePoint Syntex model publication

public interface ISyntexModelPublicationResult

Properties

ErrorMessage

The publication error (if there was any)

string ErrorMessage { get; }

Property Value

string

Publication

The published model

ISyntexModelPublication Publication { get; }

Property Value

ISyntexModelPublication

StatusCode

The status code of the publication, 2xx == success

int StatusCode { get; }

Property Value

int

Succeeded

Did the publication succeed?

bool Succeeded { get; }

Property Value

bool