dw.content
Class Library

dw.content.Library
Class representing a collection of
Content assets, and a
Folder hierarchy organizing these content assets.
Currently only one library is allowed per site. An instance of this library
can be obtained by calling
ContentMgr.getSiteLibrary().
CMSChannelID
:
String
(Read Only)The CMS channel of the library.
displayName
:
String
(Read Only)The display name for the library as known in the current
locale or null if it cannot be found.
ID
:
String
(Read Only)The ID of this library.
root
:
Folder
(Read Only)The root folder for this library.
This class does not have a constructor, so you cannot create it directly.
getDisplayName()
:
String
Returns the display name for the library as known in the current locale or null if it cannot be found.
assign,
create,
create,
defineProperties,
defineProperty,
entries,
freeze,
fromEntries,
getOwnPropertyDescriptor,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
hasOwnProperty,
is,
isExtensible,
isFrozen,
isPrototypeOf,
isSealed,
keys,
preventExtensions,
propertyIsEnumerable,
seal,
setPrototypeOf,
toLocaleString,
toString,
valueOf,
values
getCMSChannelID
Returns the CMS channel of the library.
Returns:
the CMS channel of the library
getDisplayName
Returns the display name for the library as known in the current
locale or null if it cannot be found.
Returns:
the display name for the library as known in the current locale or null if it cannot be found.
getID
Returns the ID of this library.
Returns:
the ID of this library.
getRoot
Returns the root folder for this library.
Returns:
the root Folder for this library.
© Copyright 2000-2023, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.