Interface IFeature
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents a Feature in SharePoint Online
public interface IFeature : IDataModel<IFeature>, IDataModelParent, IDataModelWithContext, ISupportModules<IFeature>, IDataModelGet<IFeature>, IQueryableDataModel
- Inherited Members
- Extension Methods
Properties
All
A special property used to add an asterisk to a $select statement
object All { get; }
Property Value
DefinitionId
The ID of the Feature
Guid DefinitionId { get; }
Property Value
DisplayName
The name of the feature
string DisplayName { get; }