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
array specifying the symbolic names of the properties to be excluded. If this
object does not have any ExcludeProperty specifications defined, this method returns an empty array.