Share via


PhotoImportSession.AppendSessionDateToDestinationFolder Property

Definition

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.

Applies to