VastAdBreakadsForRootWithWrappers Method |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, List<VASTInLineNode>> adsForRootWithWrappers(
VASTRootNode root,
List<VASTWrapperNode> wrappers,
int sourceIndex
)
Public Function adsForRootWithWrappers (
root As VASTRootNode,
wrappers As List(Of VASTWrapperNode),
sourceIndex As Integer
) As Dictionary(Of String, List(Of VASTInLineNode))
public:
Dictionary<String^, List<VASTInLineNode^>^>^ adsForRootWithWrappers(
VASTRootNode^ root,
List<VASTWrapperNode^>^ wrappers,
int sourceIndex
)
member adsForRootWithWrappers :
root : VASTRootNode *
wrappers : List<VASTWrapperNode> *
sourceIndex : int -> Dictionary<string, List<VASTInLineNode>>
Parameters
- root
- Type: Veeplay.vastVASTRootNode
- wrappers
- Type: System.Collections.GenericListVASTWrapperNode
- sourceIndex
- Type: SystemInt32
Return Value
Type:
DictionaryString,
ListVASTInLineNodeSee Also