Метод | Описание | |
---|---|---|
AddBlockAttributeValueFromGroupGuid ( string blockGuid, string attributeGuid, string groupGuid ) : void |
Adds a new block attribute value (a group id) for the given block guid and attribute guid using the given group guid. It also delets any previously existing attribute value first.
|
|
Down ( ) : void |
Delete the Application Group grouptype and PhotoRequest group and related pages.
|
|
Up ( ) : void |
public AddBlockAttributeValueFromGroupGuid ( string blockGuid, string attributeGuid, string groupGuid ) : void | ||
blockGuid | string | The block GUID. |
attributeGuid | string | The attribute GUID. |
groupGuid | string | The guid of the group |
Результат | void |