Class File
Class for the item type File
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class File : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceFile()
Declaration
protected File()
File(ElementFactory, Object[])
Declaration
public File(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceCheckedoutPath()
Retrieve the checkedout_path
property of the item
Declaration
public IProperty_Text CheckedoutPath()
Returns
Type | Description |
---|---|
IProperty_Text |
Checksum()
Retrieve the checksum
property of the item
Declaration
public IProperty_Text Checksum()
Returns
Type | Description |
---|---|
IProperty_Text |
Comments()
Retrieve the comments
property of the item
Declaration
public IProperty_Text Comments()
Returns
Type | Description |
---|---|
IProperty_Text |
Filename()
Retrieve the filename
property of the item
Declaration
public IProperty_Text Filename()
Returns
Type | Description |
---|---|
IProperty_Text |
FileSize()
Retrieve the file_size
property of the item
Declaration
public IProperty_Number FileSize()
Returns
Type | Description |
---|---|
IProperty_Number |
FileType()
Retrieve the file_type
property of the item
Declaration
public IProperty_Item<FileType> FileType()
Returns
Type | Description |
---|---|
IProperty_Item<FileType> |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Mimetype()
Retrieve the mimetype
property of the item
Declaration
public IProperty_Text Mimetype()
Returns
Type | Description |
---|---|
IProperty_Text |