K4 ServerK4AssetsFolderEntries

K4 Assets Folder Entries

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

count(
)
 → number
item(
index)
 → K4AssetsFolderEntry
itemByRange(
from, to)
 → K4AssetsFolderEntry
k4GetById(
k4Id)
 → Object
toSource(
)
 → string
anyItem(
)
 → K4AssetsFolderEntry
Returns any K4AssetsFolderEntry in the collection.
count(
)
 → number
Displays the number of elements in the K4AssetsFolderEntry.
everyItem(
)
 → K4AssetsFolderEntry
Returns every K4AssetsFolderEntry in the collection.
firstItem(
)
 → K4AssetsFolderEntry
Returns the first K4AssetsFolderEntry in the collection.
item(
index)
 → K4AssetsFolderEntry
Returns the K4AssetsFolderEntry with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByRange(
from, to)
 → K4AssetsFolderEntry
Returns the K4AssetsFolderEntries within the specified range.
from The K4AssetsFolderEntry, index, or name at the beginning of the range. Can accept: K4AssetsFolderEntry, Long Integer or String.
to The K4AssetsFolderEntry, index, or name at the end of the range. Can accept: K4AssetsFolderEntry, Long Integer or String.
k4GetById(
k4Id)
 → Object
K4 Get By ID
k4Id string K4 ID
lastItem(
)
 → K4AssetsFolderEntry
Returns the last K4AssetsFolderEntry in the collection.
middleItem(
)
 → K4AssetsFolderEntry
Returns the middle K4AssetsFolderEntry in the collection.
nextItem(
obj)
 → K4AssetsFolderEntry
Returns the K4AssetsFolderEntry whose index follows the specified K4AssetsFolderEntry in the collection.
obj K4AssetsFolderEntry The K4AssetsFolderEntry whose index comes before the desired K4AssetsFolderEntry.
previousItem(
obj)
 → K4AssetsFolderEntry
Returns the K4AssetsFolderEntry with the index previous to the specified index.
obj K4AssetsFolderEntry The index of the K4AssetsFolderEntry that follows the desired K4AssetsFolderEntry.
toSource(
)
 → string
Generates a string which, if executed, will return the K4AssetsFolderEntry.