ExpiryOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different types of expiry options
public enum ExpiryOption
type ExpiryOption =
Public Enum ExpiryOption
- Inheritance
-
System.EnumExpiryOption
Fields
Absolute | 3 | ExpiryTime is the actual time |
NeverExpire | 0 | File will never expire. ExpiryTime is ignored. |
RelativeToCreationDate | 2 | ExpiryTime is added to the creation time |
RelativeToNow | 1 | ExpiryTime is added to the current time |