Class MetaUriSegmentResult
Result object for MetaUriSegment
Inheritance
System.Object
MetaUriSegmentResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0Syntax
public class MetaUriSegmentResult
Constructors
MetaUriSegmentResult(Int32, String, Int32)
Initializes a new instance of the MetaUriSegmentResult class.
Declaration
public MetaUriSegmentResult(int id, string languageCode, int contentType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | Id of the found item |
System.String | languageCode | The language of the found item |
System.Int32 | contentType | Content type of the found item |
Properties
ContentTypeId
Content type of the found item
Declaration
public int ContentTypeId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Id of the found item
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LanguageCode
The language of the found item
Declaration
public string LanguageCode { get; }
Property Value
Type | Description |
---|---|
System.String |