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
entityName
stringThe entity name.
fieldName
stringThe field name.
foreignKeyName
stringThe foreign key name.
Returns
- string
The revision caption.