This topic has not yet been rated - Rate this topic

SPPersistedObject.GetChild<T> method (String)

Returns the child object of the persisted object based on the specified name.

Namespace:  Microsoft.SharePoint.Administration
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: T
A type that represents the child of the persisted object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.