|

Recurse


(boolean) Whether to recurse into subfolders when adding slides:



VALUE DESCRIPTION


true


Recurse into subfolders when adding slides.


false Don't recurse. Just add from the folder's root. (Default)


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

SlideShow.GetCurrentSlide

OverviewExamples

number SlideShow.GetCurrentSlide ( string ObjectName )


De s cr ip t ion


Returns the index of the current slide in a slideshow object.


P arame t er s


ObjectName


(string) The name of the slideshow object.


Re t u r n s


(number) The 1-based index of the current slide in the slideshow object. If an error occurs, or there are no slides in the object, -1 is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|