CatalogItem
CatalogItem
CatalogItem
Class
Definition
Represents an item in a report server database or SharePoint library.
public ref class CatalogItem
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
public class CatalogItem
Public Class CatalogItem
- Inheritance
- Attributes
Remarks
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 methods.
Constructors
CatalogItem() CatalogItem() CatalogItem() |
Initializes a new instance of the CatalogItem class. |
Properties
CreatedBy CreatedBy CreatedBy |
Gets the name of the user who originally added the item to the SharePoint library. |
CreationDate CreationDate CreationDate |
Gets the date and time that the item was added to the SharePoint library. |
CreationDateSpecified CreationDateSpecified CreationDateSpecified |
Gets or sets a value that indicates whether the CreationDate property is specified. |
Description Description Description |
Gets the description of an item. |
Hidden Hidden Hidden |
Gets a value that indicates whether an item is hidden on the user interface. |
HiddenSpecified HiddenSpecified HiddenSpecified |
Gets or sets a value that indicates whether the Hidden property is specified. |
ID ID ID |
Gets the ID of an item. |
ItemMetadata ItemMetadata ItemMetadata |
Gets or sets a list of item metadata. |
ModifiedBy ModifiedBy ModifiedBy |
Gets the name of the user who last modified the item. |
ModifiedDate ModifiedDate ModifiedDate |
Gets the date and time the user last modified the item. |
ModifiedDateSpecified ModifiedDateSpecified ModifiedDateSpecified |
Gets or sets a value that indicates whether the ModifiedDate property is specified. |
Name Name Name |
Gets the name of an item. |
Path Path Path |
Gets the full path name of an item. |
Size Size Size |
Gets the size, in bytes, of an item. |
SizeSpecified SizeSpecified SizeSpecified |
Gets or sets a value that indicates whether the Size property is specified. |
TypeName TypeName TypeName |
Gets the type of the item. |
VirtualPath VirtualPath VirtualPath |
Gets the virtual path of the item. |