다음을 통해 공유


PhotoImportSession.AppendSessionDateToDestinationFolder 속성

정의

세션 날짜를 대상 폴더 이름에 추가할지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

True이면 세션 날짜를 폴더 이름에 추가해야 합니다. 그렇지 않으면 false입니다.

적용 대상