Compartir a través de


Clase CatalogItem

Represents an item in a report server database or SharePoint library.

Jerarquía de herencia

System.Object
  ReportService2010.CatalogItem

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class CatalogItem
'Uso
Dim instance As CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
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 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 ItemMetadata Gets or sets a list of item metadata.
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 TypeName Gets the type of the item.
Propiedad pública VirtualPath Gets the virtual 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 ListScheduledItems(String) 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 ReportService2010