Interface ISyntexModelPublicationResult
The result of a SharePoint Syntex model publication
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ISyntexModelPublicationResult
The result of a SharePoint Syntex model publication
public interface ISyntexModelPublicationResult
The publication error (if there was any)
string ErrorMessage { get; }
System.String
|
The published model
ISyntexModelPublication Publication { get; }
ISyntexModelPublication
|
The status code of the publication, 2xx == success
int StatusCode { get; }
System.Int32
|
Did the publication succeed?
bool Succeeded { get; }
System.Boolean
|