ContentIconAndName DeleteSubContent Method Delta Engine Documentation

Namespace: DeltaEngine.Editor.ContentManager
Assembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public ObservableCollection<ContentIconAndName> DeleteSubContent(
	Service service,
	ObservableCollection<ContentIconAndName> contentList
)

Parameters

service
Type: DeltaEngine.Editor.Core Service
contentList
Type: System.Collections.ObjectModel ObservableCollection ContentIconAndName 

Return Value

Type: ObservableCollection ContentIconAndName 
See Also