SPPersistedObject.GetChild Method
Include Protected Members
Include Inherited Members
Returns the child of the persisted object based on the specified type and name.
Overload List
Name | Description | |
---|---|---|
GetChild<T>() | Returns the child of the persisted object based on the specified type. | |
GetChild<T>(String) | Returns the child object of the persisted object based on the specified name. |
Top