Deck Item Set Icon
Signature
public void DeckItemSetIcon(string deckId, string itemId, string color, string name, string url, string fileId, Int32? state)
Parameters
deckId
string required
No description provided.
itemId
string required
No description provided.
color
string
No description provided.
name
string
No description provided.
url
string
No description provided.
fileId
string
No description provided.
state
Int32?
No description provided.
Return Type
void
Example
CPH.DeckItemSetIcon(deckId, itemId);
CPH.DeckItemSetIcon(deckId, itemId, color, name, url, fileId, state);