Skip to content

Commit

Permalink
IContentType.SchemaXml is not settable in SharePoint so removing th…
Browse files Browse the repository at this point in the history
…e set option for it #1418
  • Loading branch information
jansenbe committed Mar 13, 2024
1 parent 7d0008f commit cd75581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Calls to `GetUserEffectivePermissions` are not not clearing collections loaded in the used `PnPContext` instance #1416 [jansenbe - Bert Jansen]
- Verify TermId is a valid GUID before assigning it #1414 [jansenbe - Bert Jansen]
- Loading site pages is more robust when a custom web part on the page is erroring #1410 [jansenbe - Bert Jansen]
- `IContentType.SchemaXml` is not settable in SharePoint so removing the set option for it #1418 [jansenbe - Bert Jansen]

## [1.12.0]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public interface IContentType : IDataModel<IContentType>, IDataModelGet<IContent
/// <summary>
/// Gets or Sets the Schema XML of the Content Type
/// </summary>
public string SchemaXml { get; set; }
public string SchemaXml { get; }

/// <summary>
/// Gets or Sets the Schema XML with resource tokens of the Content Type
Expand Down

0 comments on commit cd75581

Please sign in to comment.