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)

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddExcludeProperty( _ 
   ByVal value_Renamed As String _ 
)
C#
public virtual void AddExcludeProperty(
   string value_Renamed
)
C++
public:
 virtual void AddExcludeProperty(
   String value_Renamed
)
J#
public virtual void AddExcludeProperty(
   string value_Renamed
)
JScript
public virtual  function AddExcludeProperty(
   value_Renamed : String
)

Parameters

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

See Also