Files Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines a collection of uploaded files in Content Studio.
Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentFiles

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class Files : IEnumerable<FileItem>, 
	IEnumerable

The Files type exposes the following members.

Properties

  NameDescription
Public propertyCount
Returns the number of files in the collection
Public propertyItem
Returns a FileItem in the collection
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference