Deck Item Set Title
Signature
public void DeckItemSetTitle(string deckId, string itemId, string title, string color, Int32? state)
Parameters
deckId
string required
No description provided.
itemId
string required
No description provided.
title
string required
No description provided.
color
string
No description provided.
state
Int32?
No description provided.
Return Type
void
Example
CPH.DeckItemSetTitle(deckId, itemId, title);
CPH.DeckItemSetTitle(deckId, itemId, title, color, state);