Returns an array of ExcludeProperty specifications, each of which identifies the 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 Function GetExcludeProperties() As String()
C#
public virtual string[] GetExcludeProperties()
C++
public:
 virtual array<String>^ GetExcludeProperties()
J#
public virtual string[] GetExcludeProperties()
JScript
public virtual  function GetExcludeProperties() : String[]

Return Value

A String array specifying the symbolic names of the properties to be excluded. If this PropertyFilter object does not have any ExcludeProperty specifications defined, this method returns an empty array.

See Also