PackageItems.Remove(String) Method

Definition

Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.

public:
 bool Remove(System::String ^ streamName);
public bool Remove (string streamName);
member this.Remove : string -> bool
Public Function Remove (streamName As String) As Boolean

Parameters

streamName
String

The name of the stream.

Returns

True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.

Applies to