...
Code Block |
---|
Elements.Person.Add.MultiLanguageProperty("Notes");
|
The default type of the property isĀ MetaType.Text
, but you can make multi-language properties for any type.
Code Block |
---|
Elements.Person.Add.MultiLanguageProperty("Attachment", MetaType.Binary);
|
Structure
Adding a multi-language property includes the following properties in the class:
...