DeckItemSetTitle

C# Methods Reference

public void DeckItemSetTitle(string deckId, string itemId, string title, string color, Int32? state)
deckId
string required
itemId
string required
title
string required
color
string
state
Int32?
void
CPH.DeckItemSetTitle(deckId, itemId, title);
CPH.DeckItemSetTitle(deckId, itemId, title, color, state);