Wordmark_Icon Constructor
Constructor for a new instance of the Wordmark_Icon class
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Wordmark_Icon(
string Code,
string Image_FileName,
string Link,
string Title
) |
Parameters
- Code
- Type: System..::..String
Metadata code for this wordmark/icon
- Image_FileName
- Type: System..::..String
Name of the image file for this wordmark/icon
- Link
- Type: System..::..String
Link related to this wordmark/icon
- Title
- Type: System..::..String
Title for this wordmark/icon which appears when you hover over the image
See Also