DtProjectStorage.StreamExists(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool StreamExists(System::String ^ streamName);
public bool StreamExists (string streamName);
abstract member StreamExists : string -> bool
override this.StreamExists : string -> bool
Public Function StreamExists (streamName As String) As Boolean
Parameters
- streamName
- String