ResourceCollectionInfo Constructors

Definition

Creates a new instance of the ResourceCollectionInfo class.

Overloads

ResourceCollectionInfo()

Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs

Creates a new instance of the ResourceCollectionInfo class.

public ResourceCollectionInfo ();

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

ResourceCollectionInfo(TextSyndicationContent, Uri)

Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs

Creates a new instance of the ResourceCollectionInfo class.

public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link);

Parameters

title
TextSyndicationContent

The title of the collection.

link
Uri

The URI of the collection.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

ResourceCollectionInfo(String, Uri)

Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs

Creates a new instance of the ResourceCollectionInfo class.

public ResourceCollectionInfo (string title, Uri link);

Parameters

title
String

The title of the collection.

link
Uri

The URI of the collection.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)

Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs

Creates a new instance of the ResourceCollectionInfo class.

public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, bool allowsNewEntries);

Parameters

title
TextSyndicationContent

The title of the collection.

link
Uri

The URI of the collection.

categories
IEnumerable<CategoriesDocument>

A collection of categories documents.

allowsNewEntries
Boolean

A value that specifies whether new <accept> elements can be added to the collection.

Remarks

<accept> elements specify the type of resources that can be added to a collection.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)

Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs
Source:
ResourceCollectionInfo.cs

Creates a new instance of the ResourceCollectionInfo class.

public ResourceCollectionInfo (System.ServiceModel.Syndication.TextSyndicationContent title, Uri link, System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.CategoriesDocument> categories, System.Collections.Generic.IEnumerable<string> accepts);

Parameters

title
TextSyndicationContent

The title of the collection.

link
Uri

The URI of the collection.

categories
IEnumerable<CategoriesDocument>

A collection of categories documents.

accepts
IEnumerable<String>

A collection of resource types that can be added to the collection.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)