InfoConnect for Airlines
SlideshowTemplate Property


Gets or sets the presentation template for creating new slideshows.
Syntax
'Declaration
 
Property SlideshowTemplate As String
'Usage
 
Dim instance As IOfficeTools
Dim value As String
 
instance.SlideshowTemplate = value
 
value = instance.SlideshowTemplate
string SlideshowTemplate {get; set;}
Exceptions
ExceptionDescription
System.ArgumentNullException This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing).
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
Remarks
This property is relevant only if the Office Tools assembly supports slideshow templates. To configure Office Tools to not use a template, pass in an empty string instead of null (or in Visual Basic, Nothing).
See Also