Interface IIsProtected
Marker interface that indicates the type can represent the state of protected content.
Namespace: Umbraco.Cms.Api.Management.ViewModels
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IIsProtected
Properties
View SourceIsProtected
Gets or sets a value indicating whether the model represents content that is protected.
Declaration
bool IsProtected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |