Property | Type | Description | |
---|---|---|---|
DISC_BADGE | string |
Method | Description | |
---|---|---|
DeletePersonBadge ( string guid ) : void |
Deletes the person badge.
|
|
Down ( ) : void |
Operations to be performed during the downgrade process.
|
|
RemoveBlockAttributeValue ( string blockGuid, string attributeGuid, string value ) : void |
Removes only the given value string from the comma delimited list of values in an AttributeValue. It assumes the value is specific enough and only appears once in the string.
|
|
Up ( ) : void |
Operations to be performed during the upgrade process.
|
public DeletePersonBadge ( string guid ) : void | ||
guid | string | The unique identifier. |
return | void |
public RemoveBlockAttributeValue ( string blockGuid, string attributeGuid, string value ) : void | ||
blockGuid | string | The block GUID. |
attributeGuid | string | The attribute GUID. |
value | string | The value to remove. |
return | void |