Поделиться через


Класс CatalogItem

Represents an item in a SharePoint library.

Иерархия наследования

System.Object
  ReportService2006.CatalogItem

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class CatalogItem
'Применение
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

Тип CatalogItem обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CatalogItem Initializes a new instance of the CatalogItem class.

В начало

Свойства

  Имя Описание
Открытое свойство CreatedBy Gets the name of the user who originally added the item to the SharePoint library.
Открытое свойство CreationDate Gets the date and time that the item was added to the SharePoint library.
Открытое свойство CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Открытое свойство Description Gets the description of an item.
Открытое свойство ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report.
Открытое свойство ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
Открытое свойство Hidden Gets a value that indicates whether an item is hidden on the user interface.
Открытое свойство HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Открытое свойство ID Gets the ID of an item.
Открытое свойство MimeType Gets the MIME type of a resource.
Открытое свойство ModifiedBy Gets the name of the user who last modified the item.
Открытое свойство ModifiedDate Gets the date and time the user last modified the item.
Открытое свойство ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Открытое свойство Name Gets the name of an item.
Открытое свойство Path Gets the full path name of an item.
Открытое свойство Size Gets the size, in bytes, of an item.
Открытое свойство SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Открытое свойство Type Gets the type of the item.
Открытое свойство VirtualPath Gets the virtual SharePoint path of the item.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

User-defined properties are not represented in CatalogItem objects. To retrieve user-defined properties, use the Property class by using the GetProperties method.

CatalogItem is returned as output by the ListChildren, and ListScheduledReports methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006