Click or drag to resize

ContentStream Class

A static class to make working with CMIS a little easier by putting some of the necessary bits for creatign object service content streams in one place.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.Capture.CmisContentStream

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static class ContentStream

The ContentStream type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFileStream
This method creates an CMIS ObjectService content stream given a file. The default MIME type that gets assigned is 'image/tiff'.
Public methodStatic memberJustTheFileName
A method that returns just the filename from a full path to a file.
Top
Remarks
Caution note Caution
ContentStream class is available with .NET Framework 3.5 and 4.5.2 only.
See Also