MediaFolder Data Type

A media folder.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
datastore ManagedObjectReference element 0/1 The datastore of this media folder.
description string element 0/1 The description of this media folder.
global string element 0/1 Gets the global flag of this media folder.
id long element 1/1 The ID of this media folder.
issues list of MediaFolderIssue element 0/unbounded Gets the issues of this media folder.
lastSizeRefreshDate string element 0/1 Gets the last size refresh date of this media folder.
name string element 0/1 The name of this media folder.
organizations list of ManagedObjectReference element 0/unbounded Gets the organizations of this media folder.
path string element 0/1 The path of this media folder.
size long element 0/1 Gets the size (MB) of this media folder.
totalCost double element 0/1 Gets the total cost of this media folder.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<MediaFolder xsitype="...">
  <id>...</id>
  <name>...</name>
  <description>...</description>
  <path>...</path>
  <datastore xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </datastore>
  <global>...</global>
  <organizations xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </organizations>
  <size>...</size>
  <lastSizeRefreshDate>...</lastSizeRefreshDate>
  <totalCost>...</totalCost>
  <issues>...</issues>
</MediaFolder>