C# Class SobekCM.Core.ApplicationState.Wordmark_Icon

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Wordmark_Icon ( string Code, string Image_FileName, string Link, string Title ) : System

Constructor for a new instance of the Wordmark_Icon class

Method Details

Wordmark_Icon() public method

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
return System