UpdateLinksBehaviorValues 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.
Update Links Behavior Types
public enum UpdateLinksBehaviorValuespublic readonly struct UpdateLinksBehaviorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues>type UpdateLinksBehaviorValues = type UpdateLinksBehaviorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<UpdateLinksBehaviorValues>Public Enum UpdateLinksBehaviorValuesPublic Structure UpdateLinksBehaviorValues
Implements IEnumValue, IEnumValueFactory(Of UpdateLinksBehaviorValues), IEquatable(Of UpdateLinksBehaviorValues)- Inheritance
- 
				UpdateLinksBehaviorValues
- Inheritance
- 
				UpdateLinksBehaviorValues
Fields
| Name | Value | Description | 
|---|---|---|
| UserSet | 0 | User Set. When the item is serialized out as xml, its value is "userSet". | 
| Never | 1 | Never Update Links. When the item is serialized out as xml, its value is "never". | 
| Always | 2 | Always Update Links. When the item is serialized out as xml, its value is "always". | 
| Always | Always Update Links. When the item is serialized out as xml, its value is "always". | |
| Equality(UpdateLinksBehaviorValues, UpdateLinksBehaviorValues) | ||
| Equals(Object) | ||
| Equals(UpdateLinksBehaviorValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<UpdateLinksBehaviorValues>.Create(String) | ||
| Inequality(UpdateLinksBehaviorValues, UpdateLinksBehaviorValues) | ||
| Never | Never Update Links. When the item is serialized out as xml, its value is "never". | |
| ToString() | ||
| UpdateLinksBehaviorValues(String) | Creates a new UpdateLinksBehaviorValues enum instance | |
| UserSet | User Set. When the item is serialized out as xml, its value is "userSet". |