ResourceVisualization Class
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.
resourceVisualization
public class ResourceVisualization
type ResourceVisualization = class
Public Class ResourceVisualization
- Inheritance
-
ResourceVisualization
Constructors
| Name | Description |
|---|---|
| ResourceVisualization() | |
Properties
| Name | Description |
|---|---|
| ContainerDisplayName |
A string describing where the item is stored |
| ContainerType |
Can be used for filtering by the type of container in which the file is stored |
| ContainerWebURL |
A path leading to the folder in which the item is stored |
| MediaType |
The items media type (can be used for filtering for a specific type of file based on supported IANA Media MIME types) |
| PreviewImageURL |
A URL leading to the preview image for the item |
| PreviewText |
A preview text for the item |
| Title |
The item's title text |
| Type |
The item's media type (can be used for filtering for a specific file based on a specific type) |