C# Class GSoft.Dynamite.ValueTypes.ImageValue

An image value entity.
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ImageValue ( ) : Microsoft.SharePoint.Publishing.Fields

Initializes a new instance of the UrlValue class.

ImageValue ( ImageFieldValue fieldImageValue ) : Microsoft.SharePoint.Publishing.Fields

Initializes a new instance of the ImageValue class.

Method Details

ImageValue() public method

Initializes a new instance of the UrlValue class.
public ImageValue ( ) : Microsoft.SharePoint.Publishing.Fields
return Microsoft.SharePoint.Publishing.Fields

ImageValue() public method

Initializes a new instance of the ImageValue class.
public ImageValue ( ImageFieldValue fieldImageValue ) : Microsoft.SharePoint.Publishing.Fields
fieldImageValue ImageFieldValue The field image value.
return Microsoft.SharePoint.Publishing.Fields