WebFileShellContent Class |
Namespace: ShellBoost.Core
public class WebFileShellContent : StreamShellContent
The WebFileShellContent type exposes the following members.
Name | Description | |
---|---|---|
WebFileShellContent |
Initializes a new instance of the StreamShellContent class.
|
Name | Description | |
---|---|---|
Clsid |
Gets the storage Class Id.
(Inherited from ShellContent.) | |
CreationTime |
Gets or sets the creation time.
(Inherited from ShellContent.) | |
LastAccessTime |
Gets or sets the last access time.
(Inherited from ShellContent.) | |
LastWriteTime |
Gets or sets the last write time.
(Inherited from ShellContent.) | |
Length |
Gets the content length.
(Inherited from StreamShellContent.) | |
LocksSupported |
Gets the content supported lock type.
(Inherited from ShellContent.) | |
Mode |
Gets the stream mode.
(Inherited from ShellContent.) | |
Name |
Gets or sets the content name.
(Inherited from ShellContent.) | |
StateBits |
Gets the stream state bits.
(Inherited from ShellContent.) | |
Stream |
Gets the underlying Stream instance.
(Inherited from StreamShellContent.) | |
Type |
Gets the content storage type for Shell operations.
(Inherited from StreamShellContent.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from StreamShellContent.) | |
GetContentStream |
Gets a stream instance on this content.
(Inherited from StreamShellContent.) | |
Read |
Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
(Inherited from StreamShellContent.) | |
Seek |
Sets the position within the current stream.
(Inherited from StreamShellContent.) |