Wordmark_Info Class
Class represents the information about a single wordmark
Namespace: SobekCM.Resource_Object.BehaviorsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Wordmark_Info : IEquatable<Wordmark_Info> |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Equals | Checks to see if this wordmark/icon is equal to another wordmark/icon |
Properties
| Name | Description |
---|
| Code | Gets and sets the code for this wordmark |
| HTML | Gets and sets the html for this wordmark |
| Link | Gets and sets the link for this wordmark |
| Title | Gets and sets the title for this wordmark |
See Also