SP へユーザーの名前空間 (sp.userprofiles)
SP.UserProfiles名前空間のPeopleManagerとその他のオブジェクトを使用して、 SharePoint 2013およびSharePoint アドインのカスタム ソリューション内のユーザー プロファイルとユーザーのプロパティを取得します。
**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
メンバー
SP SP.UserProfiles名前空間UserProfiles.js JavaScriptライブラリには、次の一般向けのオブジェクトと列挙が含まれています。
オブジェクト
オブジェクト |
説明 |
---|---|
Represents a hash tag in the collection of trending tags. |
|
Represents a collection of hash tags in microblog posts. This collection is returned by the getTrendingTags method. |
|
Provides methods for operations related to people. |
|
Represents user properties. |
|
Provides an alternate entry point to user profiles rather than calling methods directly. |
|
Represents a client-side user profile for a person. |
|
Represents a set of user profile properties for a specified user. |
列挙型
列挙体 |
説明 |
---|---|
Specifies types of changes made in the user profile store. |
|
Specifies types of user-related objects that can be changed in the user profile store. |
|
Specifies the capabilities of a personal site. |
|
Specifies an exception or status code for the state of a personal site instantiation. |
SP の内部の APIユーザーの名前空間
SP.UserProfiles名前空間から次の項目は予約内部で使用されているために、この参照から削除し、コードから直接使用することはありません。
Followedオブジェクト、および列挙体。Sp へのでSocialFollowingManagerオブジェクトと関連する API を使用してユーザーをフォロー機能やコンテンツの次の機能にアクセスすることができます。ソーシャル名前空間します。
FollowedContent
FollowedItem
FollowedItemData
FollowResult
FollowedContentExceptionCode
FollowedContentQueryOptions
FollowedItemType
FollowedStatus
FollowResultType
ProfileImageStoreオブジェクト
内部コンス
initPropertiesFromJson方法、 writeToXml方法、 newObjectメソッド、 childItemTypeプロパティ、およびtypeIdプロパティ
**<Object>PropertyNamesオブジェクトと<Object>**ObjectPropertyNamesオブジェクト
関連項目
その他の技術情報
SharePoint ユーザー プロファイルの JavaScript 参照 (sp.userprofiles.js)