InlineCategoriesDocument Constructors

Definition

Creates a new instance of the InlineCategoriesDocument class.

Overloads

InlineCategoriesDocument()

Creates a new instance of the InlineCategoriesDocument class.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Creates a new instance of the InlineCategoriesDocument class.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Creates a new instance of the InlineCategoriesDocument class.

InlineCategoriesDocument()

Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs

Creates a new instance of the InlineCategoriesDocument class.

public:
 InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()

Applies to

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs

Creates a new instance of the InlineCategoriesDocument class.

public:
 InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory))

Parameters

categories
IEnumerable<SyndicationCategory>

A collection of syndication categories.

Applies to

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs
Source:
InlineCategoriesDocument.cs

Creates a new instance of the InlineCategoriesDocument class.

public:
 InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory), isFixed As Boolean, scheme As String)

Parameters

categories
IEnumerable<SyndicationCategory>

A collection of syndication categories.

isFixed
Boolean

Specifies whether syndication categories can be added to the InlineCategoriesDocument.

scheme
String

The scheme of the InlineCategoriesDocument.

Applies to