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)
Visual Basic (Declaration) |
---|
Public Overridable Function GetExcludeProperties As String() |
C# |
---|
public virtual string[] GetExcludeProperties() |
Visual C++ |
---|
public:
virtual array<String^>^ GetExcludeProperties() |
JavaScript |
---|
function getExcludeProperties(); |
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.