Adds one or more properties to be excluded during an object retrieval or object refresh. Any properties specified for exclusion will override those properties that are specified in an IncludeProperty or IncludeType specification.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Sub AddExcludeProperty ( _
	value_Renamed As String _
)
C#
public virtual void AddExcludeProperty(
	string value_Renamed
)
Visual C++
public:
virtual void AddExcludeProperty(
	String^ value_Renamed
)
JavaScript
function addExcludeProperty(value_Renamed);

Parameters

value_Renamed
Type: System..::.String
A String that specifies a space-separated list of the symbolic names (preferably using PropertyNames constants) of the properties to exclude.

ToggleSee Also