Skip to content

Commit

Permalink
Commit from GitHub Actions (Refresh documentation)
Browse files Browse the repository at this point in the history
jansenbe committed Apr 22, 2024
1 parent 139f1c5 commit cd2599b
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/PnP.Core.Model.SharePoint.FieldTaxonomyOptions.html
Original file line number Diff line number Diff line change
@@ -241,7 +241,7 @@ <h5 class="propertyValue">Property Value</h5>
<table>
<tr>
<td>
<span class="xref">System.Collections.Generic.List</span>&lt;<a class="xref" href="PnP.Core.Model.SharePoint.ITerm.html">ITerm</a>&gt;
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">Collections.Generic.List</a>&lt;<a class="xref" href="PnP.Core.Model.SharePoint.ITerm.html">ITerm</a>&gt;
<p>
</td>
</tr>
2 changes: 1 addition & 1 deletion api/PnP.Core.Model.SharePoint.IViewFieldCollection.html
Original file line number Diff line number Diff line change
@@ -191,7 +191,7 @@ <h5 class="propertyValue">Property Value</h5>
<table>
<tr>
<td>
<span class="xref">System.Collections.Generic.List</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">Collections.Generic.List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;
<p>
</td>
</tr>
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
@@ -1512,7 +1512,7 @@
"api/PnP.Core.Model.SharePoint.FieldTaxonomyOptions.html": {
"href": "api/PnP.Core.Model.SharePoint.FieldTaxonomyOptions.html",
"title": "Class FieldTaxonomyOptions | PnP Core SDK",
"keywords": "Class FieldTaxonomyOptions Options for configuring a Taxonomy field Inheritance Object CommonFieldOptions FieldTaxonomyOptions Inherited Members CommonFieldOptions.Id CommonFieldOptions.Required CommonFieldOptions.AddToDefaultView CommonFieldOptions.Options CommonFieldOptions.Description CommonFieldOptions.InternalName CommonFieldOptions.DefaultFormula CommonFieldOptions.EnforceUniqueValues CommonFieldOptions.Group CommonFieldOptions.Hidden CommonFieldOptions.Indexed CommonFieldOptions.ValidationFormula CommonFieldOptions.ValidationMessage CommonFieldOptions.ShowInEditForm CommonFieldOptions.ShowInViewForms CommonFieldOptions.ShowInNewForm CommonFieldOptions.CustomFormatter Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public class FieldTaxonomyOptions : CommonFieldOptions Properties DefaultValue Default value set on single value taxonomy field Declaration public ITerm DefaultValue { get; set; } Property Value ITerm DefaultValues Default values set on a a multi value taxonomy field Declaration public Collections.Generic.List<ITerm> DefaultValues { get; set; } Property Value System.Collections.Generic.List < ITerm > OpenTermSet Defines whether the provisioned field allows for additions to the connected term set Declaration public bool OpenTermSet { get; set; } Property Value Boolean TermSetId TermSet id Declaration public Guid TermSetId { get; set; } Property Value Guid TermStoreId Term store id Declaration public Guid TermStoreId { get; set; } Property Value Guid"
"keywords": "Class FieldTaxonomyOptions Options for configuring a Taxonomy field Inheritance Object CommonFieldOptions FieldTaxonomyOptions Inherited Members CommonFieldOptions.Id CommonFieldOptions.Required CommonFieldOptions.AddToDefaultView CommonFieldOptions.Options CommonFieldOptions.Description CommonFieldOptions.InternalName CommonFieldOptions.DefaultFormula CommonFieldOptions.EnforceUniqueValues CommonFieldOptions.Group CommonFieldOptions.Hidden CommonFieldOptions.Indexed CommonFieldOptions.ValidationFormula CommonFieldOptions.ValidationMessage CommonFieldOptions.ShowInEditForm CommonFieldOptions.ShowInViewForms CommonFieldOptions.ShowInNewForm CommonFieldOptions.CustomFormatter Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public class FieldTaxonomyOptions : CommonFieldOptions Properties DefaultValue Default value set on single value taxonomy field Declaration public ITerm DefaultValue { get; set; } Property Value ITerm DefaultValues Default values set on a a multi value taxonomy field Declaration public Collections.Generic.List<ITerm> DefaultValues { get; set; } Property Value Collections.Generic.List < ITerm > OpenTermSet Defines whether the provisioned field allows for additions to the connected term set Declaration public bool OpenTermSet { get; set; } Property Value Boolean TermSetId TermSet id Declaration public Guid TermSetId { get; set; } Property Value Guid TermStoreId Term store id Declaration public Guid TermStoreId { get; set; } Property Value Guid"
},
"api/PnP.Core.Model.SharePoint.FieldTaxonomyValue.html": {
"href": "api/PnP.Core.Model.SharePoint.FieldTaxonomyValue.html",
@@ -2332,7 +2332,7 @@
"api/PnP.Core.Model.SharePoint.IViewFieldCollection.html": {
"href": "api/PnP.Core.Model.SharePoint.IViewFieldCollection.html",
"title": "Interface IViewFieldCollection | PnP Core SDK",
"keywords": "Interface IViewFieldCollection View fields model Inherited Members IDataModel<IViewFieldCollection>.Requested IDataModel<IViewFieldCollection>.HasValue(String) IDataModel<IViewFieldCollection>.HasChanged(String) IDataModel<IViewFieldCollection>.IsPropertyAvailable(Expression<Func<IViewFieldCollection, Object>>) IDataModel<IViewFieldCollection>.ArePropertiesAvailable(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.EnsureProperties(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.EnsurePropertiesAsync(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.ExecuteRequestAsync(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequest(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatchAsync(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatch(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatchAsync(Batch, ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatch(Batch, ApiRequest) IDataModelParent.Parent IDataModelWithContext.PnPContext IDataModelCollectionLoad<IViewFieldCollection>.LoadAsync(Expression<Func<IViewFieldCollection, Object>>[]) IDataModelCollectionLoad<IViewFieldCollection>.LoadBatchAsync(Batch, Expression<Func<IViewFieldCollection, Object>>[]) Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public interface IViewFieldCollection : IDataModel<IViewFieldCollection>, IDataModelParent, IDataModelWithContext, IDataModelCollectionLoad<IViewFieldCollection>, ISupportModules<IViewFieldCollection> Properties Items List view fields Declaration Collections.Generic.List<string> Items { get; } Property Value System.Collections.Generic.List < String > SchemaXml Listview fields schema xml Declaration string SchemaXml { get; } Property Value String Extension Methods DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.Load<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)"
"keywords": "Interface IViewFieldCollection View fields model Inherited Members IDataModel<IViewFieldCollection>.Requested IDataModel<IViewFieldCollection>.HasValue(String) IDataModel<IViewFieldCollection>.HasChanged(String) IDataModel<IViewFieldCollection>.IsPropertyAvailable(Expression<Func<IViewFieldCollection, Object>>) IDataModel<IViewFieldCollection>.ArePropertiesAvailable(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.EnsureProperties(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.EnsurePropertiesAsync(Expression<Func<IViewFieldCollection, Object>>[]) IDataModel<IViewFieldCollection>.ExecuteRequestAsync(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequest(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatchAsync(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatch(ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatchAsync(Batch, ApiRequest) IDataModel<IViewFieldCollection>.ExecuteRequestBatch(Batch, ApiRequest) IDataModelParent.Parent IDataModelWithContext.PnPContext IDataModelCollectionLoad<IViewFieldCollection>.LoadAsync(Expression<Func<IViewFieldCollection, Object>>[]) IDataModelCollectionLoad<IViewFieldCollection>.LoadBatchAsync(Batch, Expression<Func<IViewFieldCollection, Object>>[]) Namespace : PnP.Core.Model.SharePoint Assembly : PnP.Core.dll Syntax public interface IViewFieldCollection : IDataModel<IViewFieldCollection>, IDataModelParent, IDataModelWithContext, IDataModelCollectionLoad<IViewFieldCollection>, ISupportModules<IViewFieldCollection> Properties Items List view fields Declaration Collections.Generic.List<string> Items { get; } Property Value Collections.Generic.List < String > SchemaXml Listview fields schema xml Declaration string SchemaXml { get; } Property Value String Extension Methods DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) DataModelCollectionLoadExtensions.Load<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[]) RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)"
},
"api/PnP.Core.Model.SharePoint.IVivaDashboard.html": {
"href": "api/PnP.Core.Model.SharePoint.IVivaDashboard.html",
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -3606,7 +3606,7 @@
"output": {
".html": {
"relative_path": "api/PnP.Core.Model.SharePoint.FieldTaxonomyOptions.html",
"hash": "/MSoEn0zGdlqw7TQpo6GvknADnqD0YBAMbDopzuSB7c="
"hash": "VALgv+2ujG+8CGSeEjtANYFS18VXDKwC7FJ2/fO0Csg="
}
},
"is_incremental": false,
@@ -5550,7 +5550,7 @@
"output": {
".html": {
"relative_path": "api/PnP.Core.Model.SharePoint.IViewFieldCollection.html",
"hash": "aIAE69CQDnG1W6KjMjh+eAobb5BvVvoxXTUo6HI0rkk="
"hash": "7fxeT5CeR0dVdXsXWsx9lZODyyxP89euNH53J6tPWtc="
}
},
"is_incremental": false,

0 comments on commit cd2599b

Please sign in to comment.