SPViewFieldCollection.Explicit Method
Include Protected Members
Include Inherited Members
Verifies whether the field in the collection is explicitly declared in the view definition.
Overload List
Name | Description | |
---|---|---|
Explicit(Int32) | Verifies whether the field at the specified index in the collection is explicitly declared in the view definition. | |
Explicit(String) | Verifies whether the field with the specified name in the collection is explicitly declared in the view definition. |
Top