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; }
| string |
The published model
ISyntexModelPublication Publication { get; }
| ISyntexModelPublication |
The status code of the publication, 2xx == success
int StatusCode { get; }
| int |