Search Results for

    Show / Hide Table of Contents

    Interface ISyntexModelPublicationResult

    The result of a SharePoint Syntex model publication

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ISyntexModelPublicationResult

    Properties

    ErrorMessage

    The publication error (if there was any)

    Declaration
    string ErrorMessage { get; }
    Property Value
    System.String

    Publication

    The published model

    Declaration
    ISyntexModelPublication Publication { get; }
    Property Value
    ISyntexModelPublication

    StatusCode

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

    Declaration
    int StatusCode { get; }
    Property Value
    System.Int32

    Succeeded

    Did the publication succeed?

    Declaration
    bool Succeeded { get; }
    Property Value
    System.Boolean

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer