DeckItemSetTitle

C# Methods Reference

Signature

public void DeckItemSetTitle(string deckId, string itemId, string title, string color, Int32? state)

Parameters

deckId
string required
itemId
string required
title
string required
color
string
state
Int32?

No description provided.

Return Type

void

Example

CPH.DeckItemSetTitle(deckId, itemId, title);
CPH.DeckItemSetTitle(deckId, itemId, title, color, state);