ShareFileCopyOptions.Archive Property
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.
Optional boolean Specifying to set archive attribute on a target file. True means archive attribute will be set on a target file despite attribute overrides or a source file state.
public bool? Archive { get; set; }
member this.Archive : Nullable<bool> with get, set
Public Property Archive As Nullable(Of Boolean)