C# Class CmisCmdlets.CmisContentCommandBase

Inheritance: CmisCommandBase
Mostra file Open project: OpenDataSpace/CmisCmdlets

Protected Properties

Property Type Description
ContentInternal string
LocalFileInternal string
MimeTypeInternal string

Protected Methods

Method Description
BeginProcessing ( ) : void
GetContentStream ( ) : ContentStream
HasContent ( ) : bool
ProcessRecord ( ) : void

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

GetContentStream() protected method

protected GetContentStream ( ) : ContentStream
return ContentStream

HasContent() protected method

protected HasContent ( ) : bool
return bool

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

Property Details

ContentInternal protected_oe property

protected string ContentInternal
return string

LocalFileInternal protected_oe property

protected string LocalFileInternal
return string

MimeTypeInternal protected_oe property

protected string MimeTypeInternal
return string