Method GetRevisionCaption
GetRevisionCaption(string, string, string)
Gets the revision caption for the specified entity name, field name, and foreign key name.
public string GetRevisionCaption(string entityName, string fieldName, string foreignKeyName = null)
Parameters
entityNamestringThe entity name.
fieldNamestringThe field name.
foreignKeyNamestringThe foreign key name.
Returns
- string
The revision caption.