Represents the description of a FileNet Image Services fixed content device.


The following tables list the members exposed by IIMFixedContentDevice.

Public Properties

  Name Description
Public property CSMCache Specifies the NCH 3-part name of the CSM cache that is nearer to the site than the default cache. Each part of the name is separated by a colon and takes the form page_cache<n>:<domain>:<organization>. There must be no more than one local CSM cache name for a given value of <domain>:<organization>.

For example, for domain ntvaga and organization FileNet, the names are of the form page_cache<n>:ntvaga:FileNet, where <n> is an unsigned decimal integer greater than or equal to 2. The default CSM cache on the document server is page cache number 1 (for example, page_cache1:ntvaga:FileNet).

This property will be used when the Content Engine server is running within the site identified by this object's Site property.

If a FileNet Image Services fixed content device is made available across multiple sites in a FileNet P8 domain, you should create an ImageServicesSiteSettings object for each site that has a local CSM cache. This SiteSettings object will override the value of the CSMCache property for the site to enable a local CSM cache to be utilized.

Public property DefaultISDocumentClass Specifies the name of the Image Services (IS) document class that controls native content. The IS document class definition has default values that control the IS document content security and media family where the content will be stored.
Public property ImageServicesClassDescriptions Specifies an ImageServicesClassDescriptionList object, which contains a collection of the Image Services document class descriptions associated with this FileNet Image Services fixed content device.
Public property ISDomainName Specifies the domain name component of the NCH name. The NCH name specifies the address of the target Image Services server. It's derived from the ISDomainName and ISOrganization properties.
Public property ISOrganization Specifies the organization component of the NCH name. The NCH name specifies the address of the target Image Services server. It's derived from the ISDomainName and ISOrganization properties. In most cases, this value will be "FileNet".
Public property ISPassword Specifies the encrypted password for the security principal identified by the ISUserName property.
Public property ISUserName Specifies the name of the security principal that will be used to access the Image Services server. The name must already exist as an "integration user" in the IS security database used by CFS-IS.
Public property TimeOutSeconds Specifies the maximum time in seconds that the Content Engine will wait when retrieving content from an Image Services server.
Top

See Also