Detaches a content stream from the page.
[C#] void Detach(StreamObject layer) [Visual Basic] Sub Detach(layer As StreamObject)
void Detach(StreamObject layer)
Sub Detach(layer As StreamObject)
The layer is not deleted it is simply that any reference to it is removed from the page.
None.