adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetAuditAndSnapshotSettings Method
The class of object to get settings for.
The change type to get settings for.


In This Topic
    GetAuditAndSnapshotSettings Method
    In This Topic
    Gets the audit and snapshot settings for a class and change type.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetAuditAndSnapshotSettings( _
       ByVal classID As ClassID, _
       ByVal changeType As ObjectChangeType _
    ) As AuditAndSnapshotSettings
    [CanBeNull()]
    public AuditAndSnapshotSettings GetAuditAndSnapshotSettings( 
       ClassID classID,
       ObjectChangeType changeType
    )
    [CanBeNull()]
    public:
    AuditAndSnapshotSettings^ GetAuditAndSnapshotSettings( 
       ClassID classID,
       ObjectChangeType changeType
    ) 

    Parameters

    classID
    The class of object to get settings for.
    changeType
    The change type to get settings for.
    See Also