ShareDirectoryGetFilesAndDirectoriesOptions.IncludeExtendedInfo 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. Specified that extended info should be included in the ShareFileItem. If set to true, the Content-Length property will be up to date. Implicitly set to true if any ShareFileTraits are set.
public bool? IncludeExtendedInfo { get; set; }
member this.IncludeExtendedInfo : Nullable<bool> with get, set
Public Property IncludeExtendedInfo As Nullable(Of Boolean)