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
Publication
The published model
ISyntexModelPublication Publication { get; }
Property Value
StatusCode
The status code of the publication, 2xx == success
int StatusCode { get; }
Property Value
Succeeded
Did the publication succeed?
bool Succeeded { get; }