C# Class Decision.Common.OpenGraph.Structs.OpenGraphActor

Represents an actor in a video.
Mostrar archivo Open project: rabbal/Decision

Public Methods

Method Description
OpenGraphActor ( string actorUrl ) : System

Initializes a new instance of the OpenGraphActor class.

OpenGraphActor ( string actorUrl, string role ) : System

Initializes a new instance of the OpenGraphActor class.

Method Details

OpenGraphActor() public method

Initializes a new instance of the OpenGraphActor class.
is null.
public OpenGraphActor ( string actorUrl ) : System
actorUrl string The URL to the page about the actor. This URL must contain profile meta tags .
return System

OpenGraphActor() public method

Initializes a new instance of the OpenGraphActor class.
is null.
public OpenGraphActor ( string actorUrl, string role ) : System
actorUrl string The URL to the page about the actor. This URL must contain profile meta tags .
role string The role the actor played.
return System