Represents a Content Engine property that holds an InputStream object intended for reading bytes of content data from a file source.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyContent
    Implements IProperty, ICloneable
C#
public interface IPropertyContent : IProperty, ICloneable
C++
interface class IPropertyContent : IProperty, ICloneable
J#
public interface IPropertyContent implements IProperty, ICloneable
JScript
public interface IPropertyContent extends IProperty, ICloneable

See Also