Search Results for

    Show / Hide Table of Contents

    Class WebServiceWebPartEntity

    Entity to describe a web part on a wiki or webpart page called from web services

    Inheritance
    System.Object
    WebServiceWebPartEntity
    Namespace: PnP.Framework.Modernization.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class WebServiceWebPartEntity : object

    Constructors

    WebServiceWebPartEntity()

    Default constructor

    Declaration
    public WebServiceWebPartEntity()

    Properties

    Id

    Id of the web part

    Declaration
    public Guid Id { get; set; }
    Property Value
    Guid

    Properties

    Dictionary with web part properties

    Declaration
    public Dictionary<string, string> Properties { get; set; }
    Property Value
    Dictionary<System.String, System.String>

    Type

    Type of the web part

    Declaration
    public string Type { get; set; }
    Property Value
    System.String

    Methods

    PropertiesAsStringObjectDictionary()

    Returns Dictionary with web part properties as string,object

    Declaration
    public Dictionary<string, object> PropertiesAsStringObjectDictionary()
    Returns
    Dictionary<System.String, System.Object>

    Dictionary with web part properties as string,object

    TypeShort()

    Returns the shortened web part type name

    Declaration
    public string TypeShort()
    Returns
    System.String

    Shortened web part type name

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer