C# Class GSoft.Dynamite.ValueTypes.ImageValue

An image value entity.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ImageValue() public méthode

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