Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IFileProperty Interface

Represents a file property, which can be added to an IDataEntryTemplate. A sub-type of IBaseProperty.

A file property allows a file to be uploaded as the property value in a content item.

The value of the property can be retrieved using GetFilePropertyValue and updated using SetFilePropertyValue.

public interface IFileProperty : IBaseProperty

Requirements

Namespace: Plumtree.Remote.PRC.Content.Property

Assembly: idk (in idk.dll)

See Also

Plumtree.Remote.PRC.Content.Property Namespace