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