PhotoImportSession.AppendSessionDateToDestinationFolder 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.
Gets or sets a value specifying whether the session date should be appended to the destination folder name.
public:
property bool AppendSessionDateToDestinationFolder { bool get(); void set(bool value); };
bool AppendSessionDateToDestinationFolder();
void AppendSessionDateToDestinationFolder(bool value);
public bool AppendSessionDateToDestinationFolder { get; set; }
var boolean = photoImportSession.appendSessionDateToDestinationFolder;
photoImportSession.appendSessionDateToDestinationFolder = boolean;
Public Property AppendSessionDateToDestinationFolder As Boolean
Property Value
Boolean
bool
True if the session date should be appended to the folder name; otherwise, false.