ContentUploadQueue Constructor Delta Engine Documentation
Initializes a new instance of the ContentUploadQueue class

Namespace: DeltaEngine.Editor.Helpers
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public ContentUploadQueue(
	FileReader fileReader,
	Action<ContentMetaData, Dictionary<string, byte[]>> uploadContent
)

Parameters

fileReader
Type: DeltaEngine.Editor.Helpers FileReader
uploadContent
Type: System Action ContentMetaData, Dictionary String,  Byte   
See Also