Share via


ExternalChildResourcesCached<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.PrepareRemove Method

Definition

Overloads

PrepareRemove(String)

Mark an external child resource with given name as to be removed.

PrepareRemove(String, String)

Mark an external child resource with given name as to be removed.

PrepareRemove(String)

Mark an external child resource with given name as to be removed.

protected void PrepareRemove (string name);
member this.PrepareRemove : string -> unit
Protected Sub PrepareRemove (name As String)

Parameters

name
String

the name of the external child resource

Applies to

PrepareRemove(String, String)

Mark an external child resource with given name as to be removed.

protected void PrepareRemove (string name, string key);
member this.PrepareRemove : string * string -> unit
Protected Sub PrepareRemove (name As String, key As String)

Parameters

name
String

the name of the external child resource

key
String

the key for the external child resource

Applies to