Class CatalogItem
Inheritance
System.Object
CatalogItem
Assembly: BoldReports.Web.dll
Syntax
public class CatalogItem : Object
Constructors
CatalogItem()
Declaration
Properties
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
CreationDate
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreationDateSpecified
Declaration
public bool CreationDateSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HiddenSpecified
Declaration
public bool HiddenSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ID
Declaration
public string ID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Property[] ItemMetadata { get; set; }
Property Value
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ModifiedDateSpecified
Declaration
public bool ModifiedDateSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SizeSpecified
Declaration
public bool SizeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TypeName
Declaration
public string TypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
VirtualPath
Declaration
public string VirtualPath { get; set; }
Property Value
Type |
Description |
System.String |
|