All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::web::LocalizableMessageParameters Struct Reference

import "SharedStructures.idl";

Public Attributes

StringList positionalParameters
 additional strings to replace the placeholders in message (first string replaces %1 etc.)
long plurality
 count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items

Detailed Description

Message can contain replacement marks: { "User %1 cannot be deleted.", ["jsmith"], 1 }. This is the parameters structure.

Member Data Documentation

long kerio::web::LocalizableMessageParameters::plurality

count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items

StringList kerio::web::LocalizableMessageParameters::positionalParameters

additional strings to replace the placeholders in message (first string replaces %1 etc.)


The documentation for this struct was generated from the following file: