Метод | Описание | |
---|---|---|
ApplyActionToAllFinalRenderings ( System.Item item, RenderingActionResult>.Func |
Helper method that loops over all Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
|
|
ApplyActionToAllRenderings ( System.Item item, RenderingActionResult>.Func |
Helper method that loops over all Shared and Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
|
|
ApplyActionToAllSharedRenderings ( System.Item item, RenderingActionResult>.Func |
Helper method that loops over all Shared renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
|
Метод | Описание | |
---|---|---|
ApplyActionToAllRenderings ( System.Item item, ID fieldId, RenderingActionResult>.Func |
||
ApplyActionToLayoutXml ( string xml, RenderingActionResult>.Func |
public static ApplyActionToAllFinalRenderings ( System.Item item, RenderingActionResult>.Func |
||
item | System.Item | |
action | RenderingActionResult>.Func | |
Результат | void |
public static ApplyActionToAllRenderings ( System.Item item, RenderingActionResult>.Func |
||
item | System.Item | |
action | RenderingActionResult>.Func | |
Результат | void |
public static ApplyActionToAllSharedRenderings ( System.Item item, RenderingActionResult>.Func |
||
item | System.Item | |
action | RenderingActionResult>.Func | |
Результат | void |