InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IOfficeTools Interface / SlideshowTemplate Property


In This Topic
    SlideshowTemplate Property
    In This Topic
    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
    This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing).
    This exception is thrown when you modify an 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