Specifies, in URL format, the name of the resource that contains the content data represented by this ContentReference object.


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

Syntax

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

/** property */
public void set_ContentLocation(string value);
JScript
public function get ContentLocation() : String

public function set ContentLocation(value : String);

Remarks

See Also