|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
| C# |
|
|---|---|
[] public class FileDependency |
|
| Visual Basic (Declaration) |
|
|---|---|
<> _ Public Class FileDependency |
|
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
FileDependency |
Constructor with one argument.
|
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
HasExpired |
Specifies if the item has expired or not.
|
|
|
Initialize |
Not used
|
|
|
Notify |
Notifies that the item was recently used.
|
|
|
ToString |
Returns a string representing this FileDependency.
(Overrides Object..::ToString()()()().) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
FileName |
Gets the name of the dependent file.
|
|
|
LastModifiedTime |
Gets the last modifed time of the file.
|