Role: This interface is implemented by a component which represents the controller of the documentation settings.
Properties
- Property CompanionPath() As
- Returns the User Companion location (path) parameter.
- Property DocLanguage() As
- Returns the technical documentation language parameter.
- Property Priority() As
- Returns the contextual priority parameter.
- Property TechnicalDocumentationPath() As
- Returns the technical documentation location (path) parameter.
Methods
- Func GetCompanionPathInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the User Companion location parameter.
Role:Retrieves the state of the User Companion location parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetDocLanguageInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the technical documentation language parameter.
Role:Retrieves the state of the technical documentation language parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetPriorityInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the contextual priority parameter.
Role:Retrieves the state of the contextual priority parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetTechnicalDocumentationPathInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the technical documentation location parameter.
Role:Retrieves the state of the technical documentation location parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Sub SetCompanionPathLock( iLocked)
-
Locks or unlocks the User Companion location parameter.
Role:Locks or unlocks the User Companion location parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetDocLanguageLock( iLocked)
-
Locks or unlocks the technical documentation language parameter.
Role:Locks or unlocks the technical documentation language parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetPriorityLock( iLocked)
-
Locks or unlocks the contextual priority parameter.
Role:Locks or unlocks the contextual priority parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetTechnicalDocumentationPathLock( iLocked)
-
Locks or unlocks the technical documentation location parameter.
Role:Locks or unlocks the technical documentation location parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>