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