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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyContent _
	Implements IProperty, ICloneable
C#
public interface IPropertyContent : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyContent : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyContent = function();
FileNet.Api.Property.IPropertyContent.createInterface('FileNet.Api.Property.IPropertyContent');

ToggleSee Also