Method | Description | |
---|---|---|
GetValue ( ) : string |
Returns that string to be saved as Raw Field value
|
|
SetValue ( string value ) : void |
Sets the value of the field based on the Raw field value. Parsed from PhotoId to Embed code so the field is ready for use.
|
Method | Description | |
---|---|---|
DoRender ( System.Web.UI.HtmlTextWriter output ) : void |
Method | Description | |
---|---|---|
EmbedCode ( string photo_id ) : string |
Renders the value field as video embed code
|
|
GetPhotoId ( string embedCode ) : string |
Parse PhotoId based on iframe code.
|
|
GetPhotoList ( ) : IEnumerable |
||
GetPhotos ( IApiProvider apiProvider ) : List |
protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
return | void |