Compartilhar via


Classe CatalogItem

Represents an item in a SharePoint library.

Hierarquia de herança

System.Object
  ReportService2006.CatalogItem

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Class CatalogItem
'Uso
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

O tipo CatalogItem expõe os membros a seguir.

Construtores

  Nome Descrição
Método público CatalogItem Initializes a new instance of the CatalogItem class.

Início

Propriedades

  Nome Descrição
Propriedade pública CreatedBy Gets the name of the user who originally added the item to the SharePoint library.
Propriedade pública CreationDate Gets the date and time that the item was added to the SharePoint library.
Propriedade pública CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Propriedade pública Description Gets the description of an item.
Propriedade pública ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report.
Propriedade pública ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
Propriedade pública Hidden Gets a value that indicates whether an item is hidden on the user interface.
Propriedade pública HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Propriedade pública ID Gets the ID of an item.
Propriedade pública MimeType Gets the MIME type of a resource.
Propriedade pública ModifiedBy Gets the name of the user who last modified the item.
Propriedade pública ModifiedDate Gets the date and time the user last modified the item.
Propriedade pública ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Propriedade pública Name Gets the name of an item.
Propriedade pública Path Gets the full path name of an item.
Propriedade pública Size Gets the size, in bytes, of an item.
Propriedade pública SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Propriedade pública Type Gets the type of the item.
Propriedade pública VirtualPath Gets the virtual SharePoint path of the item.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace ReportService2006