Compartir a través de


Clase CatalogItem

Represents an item in a SharePoint library.

Jerarquía de herencia

System.Object
  ReportService2006.CatalogItem

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Class CatalogItem
'Uso
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

El tipo CatalogItem expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CatalogItem Initializes a new instance of the CatalogItem class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006