CatalogItem-Klasse
Represents an item in a report server database or SharePoint library.
Vererbungshierarchie
System.Object
ReportService2010.CatalogItem
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CatalogItem
'Usage
Dim instance As CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
type CatalogItem = class end
public class CatalogItem
Der CatalogItem-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
CatalogItem | Initializes a new instance of the CatalogItem class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. | |
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. | |
ItemMetadata | Gets or sets a list of item metadata. | |
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. | |
TypeName | Gets the type of the item. | |
VirtualPath | Gets the virtual path of the item. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.