Click or drag to resize

ApiSessionGetObjectTypeDisplayName Method

Requests the display name of the given type

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string GetObjectTypeDisplayName(
	ObjectType aType,
	bool aPlural = false
)

Parameters

aType
Type: Articy.ApiObjectType
The object type whose name should be returned
aPlural (Optional)
Type: SystemBoolean
set to true to return the plural form of the name

Return Value

Type: String
The localized name of the object
See Also