Specifies a string that contains provider-specific information about a fixed content device.

For Image Services, this property allows you to specify the Image Services document class name for content that is stored on an Image Services fixed content device. This value will override the DefaultISDocumentClass property on the associated IMFixedContentDevice object. For example:

x-filenetfsrs:?ISDocClassName=SomeDocClassName


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property ResourceString As String
C#
string ResourceString { get; set; }
C++
property string ResourceString abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ResourceString();

/** property */
public void set_ResourceString(string value);
JScript
public function get ResourceString() : String

public function set ResourceString(value : String);

Remarks

See Also