C# 클래스 GSoft.Dynamite.ValueTypes.ImageValue

An image value entity.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ImageValue() 공개 메소드

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

ImageValue() 공개 메소드

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