[]
        
(Showing Draft Content)

C1.Schedule.Printing.PrintStyleCollection.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(PrintStyle)

Extracts the key from the specified item.

Declaration
protected override string GetKeyForItem(PrintStyle item)
Parameters
Type Name Description
PrintStyle item

The PrintStyle object from which to extract the key.

Returns
Type Description
string

The key for the specified item.

Overrides