Search Results for

    Show / Hide Table of Contents

    Interface IContentTypeInfo

    The contentTypeInfo resource indicates the SharePoint content type of an item.

    Inherited Members
    IDataModel<IContentTypeInfo>.Requested
    IDataModel<IContentTypeInfo>.HasValue(String)
    IDataModel<IContentTypeInfo>.HasChanged(String)
    IDataModel<IContentTypeInfo>.IsPropertyAvailable(Expression<Func<IContentTypeInfo, Object>>)
    IDataModel<IContentTypeInfo>.ArePropertiesAvailable(Expression<Func<IContentTypeInfo, Object>>[])
    IDataModel<IContentTypeInfo>.EnsureProperties(Expression<Func<IContentTypeInfo, Object>>[])
    IDataModel<IContentTypeInfo>.EnsurePropertiesAsync(Expression<Func<IContentTypeInfo, Object>>[])
    IDataModel<IContentTypeInfo>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IContentTypeInfo>.ExecuteRequest(ApiRequest)
    IDataModel<IContentTypeInfo>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IContentTypeInfo>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IContentTypeInfo>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IContentTypeInfo>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IContentTypeInfo : IDataModel<IContentTypeInfo>, IDataModelParent, IDataModelWithContext, ISupportModules<IContentTypeInfo>

    Properties

    Id

    The id of the content type.

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

    Name

    The name of the content type.

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer