SPPersistedObject.GetChild<T> method (String)
SharePoint 2013
Returns the child object of the persisted object based on the specified name.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.GenericMethod)] public T GetChild<T>( string name ) where T : new(), SPPersistedObject
Type parameters
- T
Parameters
- name
- Type: System.String
A string that contains the name of the child object.
Return value
Type: TA type that represents the child of the persisted object.