C# 클래스 SobekCM.Core.ApplicationState.Wordmark_Icon

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Wordmark_Icon ( string Code, string Image_FileName, string Link, string Title ) : System

Constructor for a new instance of the Wordmark_Icon class

메소드 상세

Wordmark_Icon() 공개 메소드

Constructor for a new instance of the Wordmark_Icon class
public Wordmark_Icon ( string Code, string Image_FileName, string Link, string Title ) : System
Code string Metadata code for this wordmark/icon
Image_FileName string Name of the image file for this wordmark/icon
Link string Link related to this wordmark/icon
Title string Title for this wordmark/icon which appears when you hover over the image
리턴 System