Namespace: DeltaEngine.EditorAssembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
public void Delete(
string contentName,
bool deleteSubContent
)
public void Delete(
string contentName,
bool deleteSubContent
)
Public Sub Delete (
contentName As String,
deleteSubContent As Boolean
)
Public Sub Delete (
contentName As String,
deleteSubContent As Boolean
)
public:
void Delete(
String^ contentName,
bool deleteSubContent
)
public:
void Delete(
String^ contentName,
bool deleteSubContent
)
member Delete :
contentName : string *
deleteSubContent : bool -> unit
member Delete :
contentName : string *
deleteSubContent : bool -> unit