Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaUriSegmentResult

Result object for MetaUriSegment

Inheritance
System.Object
MetaUriSegmentResult
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public class MetaUriSegmentResult : Object

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